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

  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_pk.h 323 } dsa_key; typedef in typeref:struct:__anon7183
325 int dsa_make_key(prng_state *prng, int wprng, int group_size, int modulus_size, dsa_key *key);
326 void dsa_free(dsa_key *key);
330 prng_state *prng, int wprng, dsa_key *key);
334 prng_state *prng, int wprng, dsa_key *key);
338 int *stat, dsa_key *key);
342 int *stat, dsa_key *key);
347 dsa_key *key);
351 dsa_key *key);
353 int dsa_import(const unsigned char *in, unsigned long inlen, dsa_key *key)
    [all...]
  /external/openssl/apps/
speed.c 539 DSA *dsa_key[DSA_NUM]; local
640 memset(dsa_key,0,sizeof(dsa_key));
1213 dsa_key[0]=get_dsa512();
1214 dsa_key[1]=get_dsa1024();
1215 dsa_key[2]=get_dsa2048();
    [all...]

Completed in 246 milliseconds