Searched refs:ecc_sign_hash (Results 1 – 10 of 10) sorted by relevance
/external/dropbear/libtomcrypt/src/pk/ecc/ |
D | ecc_sign_hash.c | 37 int ecc_sign_hash(const unsigned char *in, unsigned long inlen, in ecc_sign_hash() function
|
/external/dropbear/libtomcrypt/testprof/ |
D | ecc_test.c | 221 DO(ecc_sign_hash (buf[0], 16, buf[1], &x, &yarrow_prng, find_prng ("yarrow"), &privKey)); in ecc_tests()
|
D | x86_prof.c | 1105 if ((err = ecc_sign_hash(buf[0], 20, buf[1], &z, &yarrow_prng, in time_ecc()
|
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_pk.h | 240 int ecc_sign_hash(const unsigned char *in, unsigned long inlen,
|
/external/dropbear/libtomcrypt/ |
D | makefile.msvc | 100 src/pk/ecc/ecc_sign_hash.obj src/pk/ecc/ecc_sizes.obj src/pk/ecc/ecc_test.obj src/pk/ecc/ecc_verify…
|
D | makefile.unix | 136 src/pk/ecc/ecc_sign_hash.o src/pk/ecc/ecc_sizes.o src/pk/ecc/ecc_test.o src/pk/ecc/ecc_verify_hash.…
|
D | makefile.icc | 190 src/pk/ecc/ecc_sign_hash.o src/pk/ecc/ecc_sizes.o src/pk/ecc/ecc_test.o src/pk/ecc/ecc_verify_hash.…
|
D | makefile.shared | 195 src/pk/ecc/ecc_sign_hash.o src/pk/ecc/ecc_sizes.o src/pk/ecc/ecc_test.o src/pk/ecc/ecc_verify_hash.…
|
D | changes | 11 -- Fixed memory free errors in ecc_sign_hash() that can arise if the mp_init_multi() fails
|
D | crypt.tex | 3911 int ecc_sign_hash(const unsigned char *in,
|