Searched refs:dsa_key (Results 1 - 16 of 16) sorted by relevance

/external/dropbear/libtomcrypt/src/pk/dsa/
H A Ddsa_free.c24 void dsa_free(dsa_key *key)
H A Ddsa_shared_secret.c30 dsa_key *public_key,
H A Ddsa_verify_hash.c33 int *stat, dsa_key *key)
96 int *stat, dsa_key *key)
H A Ddsa_export.c28 int dsa_export(unsigned char *out, unsigned long *outlen, int type, dsa_key *key)
H A Ddsa_sign_hash.c33 prng_state *prng, int wprng, dsa_key *key)
124 prng_state *prng, int wprng, dsa_key *key)
H A Ddsa_import.c27 int dsa_import(const unsigned char *in, unsigned long inlen, dsa_key *key)
H A Ddsa_verify_key.c26 int dsa_verify_key(dsa_key *key, int *stat)
H A Ddsa_decrypt_key.c31 dsa_key *key)
H A Ddsa_encrypt_key.c35 dsa_key *key)
H A Ddsa_make_key.c29 int dsa_make_key(prng_state *prng, int wprng, int group_size, int modulus_size, dsa_key *key)
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_pk.h323 } dsa_key; typedef in typeref:struct:__anon5109
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 *ke
[all...]
/external/dropbear/libtomcrypt/testprof/
H A Ddsa_test.c10 dsa_key key, key2;
H A Dx86_prof.c766 dsa_key key;
/external/openssl/apps/
H A Dspeed.c539 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();
2103 /* DSA_generate_key(dsa_key[j]); */
2104 /* DSA_sign_setup(dsa_key[j],NULL); */
2106 &kk,dsa_key[j]);
2122 &kk,dsa_key[
[all...]
/external/openssl/
H A DCrypto.mk252 crypto/dsa/dsa_key.c \
/external/dropbear/libtomcrypt/
H A Dcrypt.tex4002 dsa_key *key);
4026 void dsa_free(dsa_key *key);
4065 int dsa_verify_key(dsa_key *key, int *stat);
4083 dsa_key *key);
4100 dsa_key *key);
4122 dsa_key *key);
4137 dsa_key *key);
4151 dsa_key *key);
4164 dsa_key *key);

Completed in 904 milliseconds