Home
last modified time | relevance | path

Searched refs:ecc_map (Results 1 – 4 of 4) sorted by relevance

/external/dropbear/libtomcrypt/src/pk/ecc/
Decc_verify_hash.c135 …if ((err = ltc_mp.ecc_map(mG, m, mp)) != CRYPT_OK) … in ecc_verify_hash()
/external/dropbear/libtomcrypt/testprof/
Decc_test.c85 DO(ltc_mp.ecc_map(C1, modulus, mp)); in ecc_test_shamir()
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_math.h376 int (*ecc_map)(ecc_point *P, void *modulus, void *mp); member
/external/dropbear/libtomcrypt/
Dcrypt.tex6341 int (*ecc_map)(ecc_point *P, void *modulus, void *mp);