Searched defs:montgomery_reduce (Results 1 – 5 of 5) 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
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/math/ |
A D | gmp_desc.c | 526 static int montgomery_reduce(void *a, void *b, void *c) in montgomery_reduce() function
|
A D | ltm_desc.c | 421 static int montgomery_reduce(void *a, void *b, void *c) in montgomery_reduce() function
|
A D | tfm_desc.c | 386 static int montgomery_reduce(void *a, void *b, void *c) in montgomery_reduce() function
|
/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
|
Completed in 9 milliseconds