Home
last modified time | relevance | path

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

/external/dropbear/libtomcrypt/testprof/
Decc_test.c222 DO(ecc_verify_hash (buf[1], x, buf[0], 16, &stat, &pubKey)); in ecc_tests()
224 DO(ecc_verify_hash (buf[1], x, buf[0], 16, &stat2, &privKey)); in ecc_tests()
Dx86_prof.c1124 if ((err = ecc_verify_hash(buf[1], z, buf[0], 20, &stat, &key)) != CRYPT_OK) { in time_ecc()
/external/dropbear/libtomcrypt/src/pk/ecc/
Decc_verify_hash.c46 int ecc_verify_hash(const unsigned char *sig, unsigned long siglen, in ecc_verify_hash() function
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_pk.h244 int ecc_verify_hash(const unsigned char *sig, unsigned long siglen,
/external/dropbear/libtomcrypt/
Dmakefile.msvc100 …ecc_sign_hash.obj src/pk/ecc/ecc_sizes.obj src/pk/ecc/ecc_test.obj src/pk/ecc/ecc_verify_hash.obj \
Dmakefile.icc190 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.…
Dmakefile.unix136 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.…
Dmakefile.shared195 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.…
Dchanges268 … -- Removed redundant mu and point mapping in ecc_verify_hash() so it should be a bit faster now
692 -- Fixed bug in ECC code which wouldn't do an _ARGCHK on stat in ecc_verify_hash().
823 … -- Fixed a huge flaw in ecc_verify_hash() where it would return CRYPT_OK on error... Now fixed.
Dcrypt.tex3927 int ecc_verify_hash(const unsigned char *sig,