Searched refs:montgomery_reduce (Results 1 – 6 of 6) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_math.h | 345 int (*montgomery_reduce)(void *a, void *b, void *c); member
|
A D | tomcrypt_private.h | 218 #define mp_montgomery_reduce(a, b, c) ltc_mp.montgomery_reduce(a, b, c)
|
/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | mpi_desc.c | 523 static int montgomery_reduce(void *a, void *b, void *c) in montgomery_reduce() function 675 .montgomery_reduce = montgomery_reduce,
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/math/ |
A D | ltm_desc.c | 421 static int montgomery_reduce(void *a, void *b, void *c) in montgomery_reduce() function 518 &montgomery_reduce,
|
A D | gmp_desc.c | 526 static int montgomery_reduce(void *a, void *b, void *c) in montgomery_reduce() function 616 &montgomery_reduce,
|
A D | tfm_desc.c | 386 static int montgomery_reduce(void *a, void *b, void *c) in montgomery_reduce() function 810 &montgomery_reduce,
|
Completed in 11 milliseconds