Searched refs:montgomery_setup (Results 1 – 6 of 6) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_math.h | 330 int (*montgomery_setup)(void *a, void **b); member
|
A D | tomcrypt_private.h | 216 #define mp_montgomery_setup(a, b) ltc_mp.montgomery_setup(a, b)
|
/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | mpi_desc.c | 496 static int montgomery_setup(void *a, void **b) in montgomery_setup() function 673 .montgomery_setup = montgomery_setup,
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/math/ |
A D | ltm_desc.c | 397 static int montgomery_setup(void *a, void **b) in montgomery_setup() function 516 &montgomery_setup,
|
A D | gmp_desc.c | 508 static int montgomery_setup(void *a, void **b) in montgomery_setup() function 614 &montgomery_setup,
|
A D | tfm_desc.c | 361 static int montgomery_setup(void *a, void **b) in montgomery_setup() function 808 &montgomery_setup,
|
Completed in 27 milliseconds