Home
last modified time | relevance | path

Searched refs:modi (Results 1 – 6 of 6) sorted by relevance

/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_math.h280 int (*modi)(void *a, ltc_mp_digit b, ltc_mp_digit *c); member
A Dtomcrypt_private.h206 #define mp_mod_d(a, b, c) ltc_mp.modi(a, b, c)
/optee_os-3.20.0/core/lib/libtomcrypt/
A Dmpi_desc.c364 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 Dltm_desc.c319 static int modi(void *a, ltc_mp_digit b, ltc_mp_digit *c) in modi() function
508 &modi,
A Dgmp_desc.c425 static int modi(void *a, ltc_mp_digit b, ltc_mp_digit *c) in modi() function
606 &modi,
A Dtfm_desc.c281 static int modi(void *a, ltc_mp_digit b, ltc_mp_digit *c) in modi() function
800 &modi,

Completed in 11 milliseconds