tomcrypt_pk.h | 18 typedef struct Rsa_key { 37 } rsa_key; typedef in typeref:struct: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) [all...] |