Searched refs:ecc_make_key (Results 1 – 10 of 10) sorted by relevance
/external/dropbear/libtomcrypt/testprof/ |
D | ecc_test.c | 123 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()
|
D | x86_prof.c | 1042 if ((err = ecc_make_key(&yarrow_prng, find_prng("yarrow"), x, &key)) != CRYPT_OK) { in time_ecc()
|
/external/dropbear/libtomcrypt/src/pk/ecc/ |
D | ecc_make_key.c | 34 int ecc_make_key(prng_state *prng, int wprng, int keysize, ecc_key *key) in ecc_make_key() function
|
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_pk.h | 216 int ecc_make_key(prng_state *prng, int wprng, int keysize, ecc_key *key);
|
/external/dropbear/libtomcrypt/ |
D | makefile.msvc | 99 src/pk/ecc/ecc_import.obj src/pk/ecc/ecc_make_key.obj src/pk/ecc/ecc_shared_secret.obj \
|
D | makefile.icc | 189 src/pk/ecc/ecc_import.o src/pk/ecc/ecc_make_key.o src/pk/ecc/ecc_shared_secret.o \
|
D | makefile.unix | 135 src/pk/ecc/ecc_import.o src/pk/ecc/ecc_make_key.o src/pk/ecc/ecc_shared_secret.o \
|
D | makefile.shared | 194 src/pk/ecc/ecc_import.o src/pk/ecc/ecc_make_key.o src/pk/ecc/ecc_shared_secret.o \
|
D | changes | 726 … -- 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…
|
D | crypt.tex | 3013 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,
|