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/
A Decc_verify_hash.c178 if (ltc_mp.ecc_mul2add == NULL) { in ecc_verify_hash_ex()
189 …if ((err = ltc_mp.ecc_mul2add(mG, u1, mQ, u2, mG, ma, m)) != CRYPT_OK) … in ecc_verify_hash_ex()
A Decc_recover_key.c230 …if ((err = ltc_mp.ecc_mul2add(mR, v1, mG, v2, mQ, ma, m)) != CRYPT_OK) … in ecc_recover_key()
233 …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/
A Dtomcrypt_math.h450 int (*ecc_mul2add)(const ecc_point *A, void *kA, member
/optee_os/core/lib/libtomcrypt/
A Dmpi_desc.c692 .ecc_mul2add = ltc_ecc_fp_mul2add,
694 .ecc_mul2add = ltc_ecc_mul2add,

Completed in 6 milliseconds