Searched refs:ecc_mul2add (Results 1 – 4 of 4) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/pk/ecc/ |
| H A D | ecc_verify_hash.c | 172 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 D | ecc_recover_key.c | 224 …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 D | tomcrypt_math.h | 443 int (*ecc_mul2add)(const ecc_point *A, void *kA, member
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | mpi_desc.c | 691 .ecc_mul2add = ltc_ecc_fp_mul2add, 693 .ecc_mul2add = ltc_ecc_mul2add,
|