Searched refs:ltc_ecc_mul2add (Results 1 – 10 of 10) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/pk/ecc/ |
| H A D | ltc_ecc_mul2add.c | 25 int ltc_ecc_mul2add(const ecc_point *A, void *kA, in ltc_ecc_mul2add() function
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | sm2-dsa.c | 226 ltc_res = ltc_ecc_mul2add(<c_key.dp.base, sprime, <c_key.pubkey, t, in sm2_ltc_dsa_verify()
|
| H A D | sm2-kep.c | 302 ltc_res = ltc_ecc_mul2add(&peer_key->pubkey, one, &peer_eph_key->pubkey, in sm2_kep_derive()
|
| H A D | mpi_desc.c | 693 .ecc_mul2add = ltc_ecc_mul2add,
|
| H A D | sub.mk | 338 srcs-$(_CFG_CORE_LTC_ECC) += src/pk/ecc/ltc_ecc_mul2add.c
|
| /optee_os/core/lib/libtomcrypt/src/math/ |
| H A D | ltm_desc.c | 537 <c_ecc_mul2add,
|
| H A D | gmp_desc.c | 635 <c_ecc_mul2add,
|
| H A D | tfm_desc.c | 834 <c_ecc_mul2add,
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_private.h | 356 int ltc_ecc_mul2add(const ecc_point *A, void *kA,
|
| /optee_os/core/lib/libtomcrypt/src/math/fp/ |
| H A D | ltc_ecc_fp_mulmod.c | 1199 err = ltc_ecc_mul2add(A, kA, B, kB, C, a, modulus); in ltc_ecc_fp_mul2add()
|