HomeSort by relevance Sort by last modified time
    Searched refs:Rsa_key (Results 1 - 2 of 2) sorted by null

  /external/dropbear/libtomcrypt/src/headers/
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...]
  /external/dropbear/libtomcrypt/
crypt.tex 326 rsa_key key;
371 rsa_key key;
    [all...]

Completed in 1099 milliseconds