Go to the source code of this file.
Typedefs | |
typedef int | cl_engine_init (void) |
typedef int | cl_mod_exp (BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *cgx) |
typedef int | cl_mod_exp_crt (BIGNUM *r, BIGNUM *a, const BIGNUM *p, const BIGNUM *q, const BIGNUM *dmp1, const BIGNUM *dmq1, const BIGNUM *iqmp, BN_CTX *ctx) |
typedef int | cl_rsa_mod_exp (BIGNUM *r0, const BIGNUM *I, RSA *rsa) |
typedef int | cl_rsa_pub_enc (int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) |
typedef int | cl_rsa_pub_dec (int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) |
typedef int | cl_rsa_priv_enc (int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) |
typedef int | cl_rsa_priv_dec (int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) |
typedef int | cl_rand_bytes (unsigned char *buf, int num) |
typedef DSA_SIG * | cl_dsa_sign (const unsigned char *dgst, int dlen, DSA *dsa) |
typedef int | cl_dsa_verify (const unsigned char *dgst, int dgst_len, DSA_SIG *sig, DSA *dsa) |
Definition at line 17 of file cluster_labs.h.
Definition at line 18 of file cluster_labs.h.
typedef int cl_engine_init(void) |
Definition at line 1 of file cluster_labs.h.
Definition at line 2 of file cluster_labs.h.
typedef int cl_mod_exp_crt(BIGNUM *r, BIGNUM *a, const BIGNUM *p, const BIGNUM *q, const BIGNUM *dmp1, const BIGNUM *dmq1, const BIGNUM *iqmp, BN_CTX *ctx) |
Definition at line 4 of file cluster_labs.h.
typedef int cl_rand_bytes(unsigned char *buf, int num) |
Definition at line 16 of file cluster_labs.h.
Definition at line 7 of file cluster_labs.h.
typedef int cl_rsa_priv_dec(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) |
Definition at line 14 of file cluster_labs.h.
typedef int cl_rsa_priv_enc(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) |
Definition at line 12 of file cluster_labs.h.
typedef int cl_rsa_pub_dec(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) |
Definition at line 10 of file cluster_labs.h.
typedef int cl_rsa_pub_enc(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) |
Definition at line 8 of file cluster_labs.h.