Searched refs:modi (Results 1 – 6 of 6) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_math.h | 280 int (*modi)(void *a, ltc_mp_digit b, ltc_mp_digit *c); member
|
A D | tomcrypt_private.h | 206 #define mp_mod_d(a, b, c) ltc_mp.modi(a, b, c)
|
/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | mpi_desc.c | 364 static int modi(void *a, ltc_mp_digit b, ltc_mp_digit *c) in modi() function 665 .modi = modi,
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/math/ |
A D | ltm_desc.c | 319 static int modi(void *a, ltc_mp_digit b, ltc_mp_digit *c) in modi() function 508 &modi,
|
A D | gmp_desc.c | 425 static int modi(void *a, ltc_mp_digit b, ltc_mp_digit *c) in modi() function 606 &modi,
|
A D | tfm_desc.c | 281 static int modi(void *a, ltc_mp_digit b, ltc_mp_digit *c) in modi() function 800 &modi,
|
Completed in 11 milliseconds