Searched defs:mp (Results 1 – 13 of 13) sorted by relevance
/optee_os/core/lib/libtomcrypt/src/misc/crypt/ |
A D | crypt_fsa.c | 19 int crypt_fsa(void *mp, ...) in crypt_fsa()
|
/optee_os/core/lib/libtomcrypt/src/pk/ecc/ |
A D | ltc_ecc_map.c | 27 int ltc_ecc_map(ecc_point *P, void *modulus, void *mp) in ltc_ecc_map()
|
A D | ltc_ecc_projective_dbl_point.c | 47 …t ltc_ecc_projective_dbl_point(const ecc_point *P, ecc_point *R, void *ma, void *modulus, void *mp) in ltc_ecc_projective_dbl_point()
|
A D | ltc_ecc_projective_add_point.c | 30 …_add_point(const ecc_point *P, const ecc_point *Q, ecc_point *R, void *ma, void *modulus, void *mp) in ltc_ecc_projective_add_point()
|
A D | ltc_ecc_mulmod_timing.c | 36 void *mp = NULL, *mu = NULL, *ma = NULL, *a_plus3 = NULL; in ltc_ecc_mulmod() local
|
A D | ltc_ecc_mul2add.c | 43 void *mp, *mu; in ltc_ecc_mul2add() local
|
A D | ltc_ecc_mulmod.c | 37 void *mp = NULL, *mu = NULL, *ma = NULL, *a_plus3 = NULL; in ltc_ecc_mulmod() local
|
A D | ecc_verify_hash.c | 38 void *mp = NULL; in ecc_verify_hash_ex() local
|
A D | ecc_recover_key.c | 41 void *mp = NULL; in ecc_recover_key() local
|
/optee_os/core/lib/libtomcrypt/src/math/fp/ |
A D | ltc_ecc_fp_mulmod.c | 672 static int _build_lut(int idx, void *a, void *modulus, void *mp, void *mu) in _build_lut() 779 static int _accel_fp_mul(int idx, void *k, ecc_point *R, void *a, void *modulus, void *mp, int map) in _accel_fp_mul() 904 ecc_point *R, void *a, void *modulus, void *mp) in _accel_fp_mul2add() 1119 void *mp, *mu; in ltc_ecc_fp_mul2add() local 1232 void *mp, *mu; in ltc_ecc_fp_mulmod() local 1337 void *mp = NULL; in ltc_ecc_fp_add_point() local
|
/optee_os/core/lib/libtomcrypt/ |
A D | sm2-dsa.c | 149 void *mp = NULL; in sm2_ltc_dsa_verify() local
|
A D | sm2-kep.c | 228 void *mp = NULL; in sm2_kep_derive() local
|
/optee_os/core/lib/libtomcrypt/src/math/ |
A D | tfm_desc.c | 433 fp_digit mp; in tfm_ecc_projective_dbl_point() local 588 fp_digit mp; in tfm_ecc_projective_add_point() local
|
Completed in 14 milliseconds