Searched defs:montgomery_reduce (Results 1 – 5 of 5) sorted by relevance
/optee_os/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_math.h | 352 int (*montgomery_reduce)(void *a, void *b, void *c); member
|
/optee_os/core/lib/libtomcrypt/src/math/ |
A D | gmp_desc.c | 533 static int montgomery_reduce(void *a, void *b, void *c) in montgomery_reduce() function
|
A D | ltm_desc.c | 397 static int montgomery_reduce(void *a, void *b, void *c) in montgomery_reduce() function
|
A D | tfm_desc.c | 393 static int montgomery_reduce(void *a, void *b, void *c) in montgomery_reduce() function
|
/optee_os/core/lib/libtomcrypt/ |
A D | mpi_desc.c | 523 static int montgomery_reduce(void *a, void *b, void *c) in montgomery_reduce() function
|
Completed in 8 milliseconds