Searched defs:muli (Results 1 – 5 of 5) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_math.h | 241 int (*muli)(void *a, ltc_mp_digit b, void *c); member
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/math/ |
A D | gmp_desc.c | 266 static int muli(void *a, ltc_mp_digit b, void *c) in muli() function
|
A D | ltm_desc.c | 279 static int muli(void *a, ltc_mp_digit b, void *c) in muli() function
|
A D | tfm_desc.c | 245 static int muli(void *a, ltc_mp_digit b, void *c) in muli() function
|
/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | mpi_desc.c | 322 static int muli(void *a, ltc_mp_digit b, void *c) in muli() function
|
Completed in 8 milliseconds