Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/pk/ecc/
H A Decc_verify_hash.c172 if (ltc_mp.ecc_mul2add == NULL) { in ecc_verify_hash_ex()
183 …if ((err = ltc_mp.ecc_mul2add(mG, u1, mQ, u2, mG, ma, m)) != CRYPT_OK) … in ecc_verify_hash_ex()
H A Decc_recover_key.c224 …if ((err = ltc_mp.ecc_mul2add(mR, v1, mG, v2, mQ, ma, m)) != CRYPT_OK) … in ecc_recover_key()
227 …if ((err = ltc_mp.ecc_mul2add(mG, u1, mQ, u2, mG, ma, m)) != CRYPT_OK) … in ecc_recover_key()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_math.h443 int (*ecc_mul2add)(const ecc_point *A, void *kA, member
/optee_os/core/lib/libtomcrypt/
H A Dmpi_desc.c691 .ecc_mul2add = ltc_ecc_fp_mul2add,
693 .ecc_mul2add = ltc_ecc_mul2add,