Home | History | Annotate | Download | only in headers

Lines Matching full:rsa_key

18 typedef struct Rsa_key {
37 } rsa_key;
39 int rsa_make_key(prng_state *prng, int wprng, int size, long e, rsa_key *key);
43 rsa_key *key);
45 void rsa_free(rsa_key *key);
64 prng_state *prng, int prng_idx, int hash_idx, int padding, rsa_key *key);
70 int *stat, rsa_key *key);
77 rsa_key *key);
83 int *stat, rsa_key *key);
86 int rsa_export(unsigned char *out, unsigned long *outlen, int type, rsa_key *key);
87 int rsa_import(const unsigned char *in, unsigned long inlen, rsa_key *key);