Searched defs:mu (Results 1 – 10 of 10) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/math/fp/ |
A D | ltc_ecc_fp_mulmod.c | 31 void *mu; /* copy of the montgomery constant */ member 665 static int s_build_lut(int idx, void *a, void *modulus, void *mp, void *mu) in s_build_lut() 1112 void *mp, *mu; in ltc_ecc_fp_mul2add() local 1225 void *mp, *mu; in ltc_ecc_fp_mulmod() local 1331 void *mu = NULL; in ltc_ecc_fp_add_point() local
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/ |
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 | 36 void *mp, *mu; in ltc_ecc_mul2add() local
|
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 | 150 void *mu = NULL; in sm2_ltc_dsa_verify() local
|
A D | sm2-kep.c | 229 void *mu = NULL; in sm2_kep_derive() local
|
/optee_os-3.20.0/lib/libutils/ext/ |
A D | mempool.c | 64 struct recursive_mutex mu; member
|
/optee_os-3.20.0/core/mm/ |
A D | file.c | 39 struct mutex mu; member
|
Completed in 13 milliseconds