Searched defs:ma (Results 1 – 11 of 11) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/ |
A D | ltc_ecc_projective_dbl_point.c | 40 int ltc_ecc_projective_dbl_point(const ecc_point *P, ecc_point *R, void *ma, void *modulus, void *m… in ltc_ecc_projective_dbl_point()
|
A D | ltc_ecc_projective_add_point.c | 23 int ltc_ecc_projective_add_point(const ecc_point *P, const ecc_point *Q, ecc_point *R, void *ma, vo… in ltc_ecc_projective_add_point()
|
A D | ltc_ecc_mulmod_timing.c | 29 void *mp = NULL, *mu = NULL, *ma = NULL, *a_plus3 = NULL; in ltc_ecc_mulmod() local
|
A D | ltc_ecc_mul2add.c | 28 void *ma, in ltc_ecc_mul2add()
|
A D | ltc_ecc_mulmod.c | 30 void *mp = NULL, *mu = NULL, *ma = NULL, *a_plus3 = NULL; in ltc_ecc_mulmod() local
|
A D | ecc_verify_hash.c | 30 void *mu = NULL, *ma = NULL; in ecc_verify_hash_ex() local
|
A D | ecc_recover_key.c | 33 void *mu = NULL, *ma = NULL; in ecc_recover_key() local
|
/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | sm2-dsa.c | 151 void *ma = NULL; in sm2_ltc_dsa_verify() local
|
A D | sm2-kep.c | 230 void *ma = NULL; in sm2_kep_derive() local
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/math/ |
A D | tfm_desc.c | 423 static int tfm_ecc_projective_dbl_point(const ecc_point *P, ecc_point *R, void *ma, void *modulus, … in tfm_ecc_projective_dbl_point() 578 …jective_add_point(const ecc_point *P, const ecc_point *Q, ecc_point *R, void *ma, void *modulus, v… in tfm_ecc_projective_add_point()
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | ecp.h | 388 mbedtls_ecp_restart_muladd_ctx *ma; /*!< ecp_muladd() sub-context */ member
|
Completed in 11 milliseconds