Home
last modified time | relevance | path

Searched refs:ltc_ecc_mul2add (Results 1 – 10 of 10) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/pk/ecc/
H A Dltc_ecc_mul2add.c25 int ltc_ecc_mul2add(const ecc_point *A, void *kA, in ltc_ecc_mul2add() function
/optee_os/core/lib/libtomcrypt/
H A Dsm2-dsa.c226 ltc_res = ltc_ecc_mul2add(&ltc_key.dp.base, sprime, &ltc_key.pubkey, t, in sm2_ltc_dsa_verify()
H A Dsm2-kep.c302 ltc_res = ltc_ecc_mul2add(&peer_key->pubkey, one, &peer_eph_key->pubkey, in sm2_kep_derive()
H A Dmpi_desc.c693 .ecc_mul2add = ltc_ecc_mul2add,
H A Dsub.mk338 srcs-$(_CFG_CORE_LTC_ECC) += src/pk/ecc/ltc_ecc_mul2add.c
/optee_os/core/lib/libtomcrypt/src/math/
H A Dltm_desc.c537 &ltc_ecc_mul2add,
H A Dgmp_desc.c635 &ltc_ecc_mul2add,
H A Dtfm_desc.c834 &ltc_ecc_mul2add,
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_private.h356 int ltc_ecc_mul2add(const ecc_point *A, void *kA,
/optee_os/core/lib/libtomcrypt/src/math/fp/
H A Dltc_ecc_fp_mulmod.c1199 err = ltc_ecc_mul2add(A, kA, B, kB, C, a, modulus); in ltc_ecc_fp_mul2add()