Home
last modified time | relevance | path

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

/external/dropbear/libtomcrypt/testprof/
Decc_test.c123 DO(ecc_make_key (&yarrow_prng, find_prng ("yarrow"), sizes[s], &usera)); in ecc_tests()
124 DO(ecc_make_key (&yarrow_prng, find_prng ("yarrow"), sizes[s], &userb)); in ecc_tests()
188 DO(ecc_make_key (&yarrow_prng, find_prng ("yarrow"), sizes[s], &usera)); in ecc_tests()
Dx86_prof.c1042 if ((err = ecc_make_key(&yarrow_prng, find_prng("yarrow"), x, &key)) != CRYPT_OK) { in time_ecc()
/external/dropbear/libtomcrypt/src/pk/ecc/
Decc_make_key.c34 int ecc_make_key(prng_state *prng, int wprng, int keysize, ecc_key *key) in ecc_make_key() function
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_pk.h216 int ecc_make_key(prng_state *prng, int wprng, int keysize, ecc_key *key);
/external/dropbear/libtomcrypt/
Dmakefile.msvc99 src/pk/ecc/ecc_import.obj src/pk/ecc/ecc_make_key.obj src/pk/ecc/ecc_shared_secret.obj \
Dmakefile.icc189 src/pk/ecc/ecc_import.o src/pk/ecc/ecc_make_key.o src/pk/ecc/ecc_shared_secret.o \
Dmakefile.unix135 src/pk/ecc/ecc_import.o src/pk/ecc/ecc_make_key.o src/pk/ecc/ecc_shared_secret.o \
Dmakefile.shared194 src/pk/ecc/ecc_import.o src/pk/ecc/ecc_make_key.o src/pk/ecc/ecc_shared_secret.o \
Dchanges726 … -- changed the "buf" in ecc_make_key from 4KB to 128 bytes [since the largest key is 65 bytes]
1044 …-- ***API CHANGE*** changed the ecc_make_key and dh_make_key to act more like rsa_make_key. Basic…
Dcrypt.tex3013 if ((err = ecc_make_key(&prng, find_prng("yarrow"), 24, &mykey))
3044 if ((err = ecc_make_key(NULL, find_prng("sprng"), 24, &mykey))
3730 int ecc_make_key(prng_state *prng,