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