Home
last modified time | relevance | path

Searched refs:dsa_make_key (Results 1 – 10 of 10) sorted by relevance

/external/dropbear/libtomcrypt/testprof/
Ddsa_test.c13 DO(dsa_make_key(&yarrow_prng, find_prng("yarrow"), 20, 128, &key)); in dsa_test()
Dx86_prof.c785 …if ((err = dsa_make_key(&yarrow_prng, find_prng("yarrow"), groups[x].group, groups[x].modulus, &ke… in time_dsa()
/external/dropbear/libtomcrypt/src/pk/dsa/
Ddsa_make_key.c29 int dsa_make_key(prng_state *prng, int wprng, int group_size, int modulus_size, dsa_key *key) in dsa_make_key() function
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_pk.h325 int dsa_make_key(prng_state *prng, int wprng, int group_size, int modulus_size, dsa_key *key);
/external/dropbear/libtomcrypt/
Dmakefile.msvc95 src/pk/dsa/dsa_make_key.obj src/pk/dsa/dsa_shared_secret.obj src/pk/dsa/dsa_sign_hash.obj \
Dmakefile.unix131 src/pk/dsa/dsa_make_key.o src/pk/dsa/dsa_shared_secret.o src/pk/dsa/dsa_sign_hash.o \
Dmakefile.icc185 src/pk/dsa/dsa_make_key.o src/pk/dsa/dsa_shared_secret.o src/pk/dsa/dsa_sign_hash.o \
Dmakefile.shared190 src/pk/dsa/dsa_make_key.o src/pk/dsa/dsa_shared_secret.o src/pk/dsa/dsa_sign_hash.o \
Dchanges246 …-- Fixed off by one [bit] error in dsa_make_key() it was too high by one bit [not a security probl…
Dcrypt.tex3998 int dsa_make_key(prng_state *prng,