Searched defs:subi (Results 1 – 5 of 5) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_math.h | 223 int (*subi)(void *a, ltc_mp_digit b, void *c); member
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/math/ |
A D | gmp_desc.c | 248 static int subi(void *a, ltc_mp_digit b, void *c) in subi() function
|
A D | ltm_desc.c | 263 static int subi(void *a, ltc_mp_digit b, void *c) in subi() function
|
A D | tfm_desc.c | 227 static int subi(void *a, ltc_mp_digit b, void *c) in subi() function
|
/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | mpi_desc.c | 300 static int subi(void *a, ltc_mp_digit b, void *c) in subi() function
|
Completed in 10 milliseconds