Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_math.h431 int (*ecc_map)(ecc_point *P, void *modulus, void *mp); member
/optee_os/core/lib/libtomcrypt/src/pk/ecc/
H A Decc_verify_hash.c180 …if ((err = ltc_mp.ecc_map(mG, m, mp)) != CRYPT_OK) … in ecc_verify_hash_ex()
/optee_os/core/lib/libtomcrypt/
H A Dmpi_desc.c688 .ecc_map = ltc_ecc_map,