Home
last modified time | relevance | path

Searched defs:montgomery_reduce (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_math.h345 int (*montgomery_reduce)(void *a, void *b, void *c); member
/optee_os/core/lib/libtomcrypt/src/math/
H A Dltm_desc.c421 static int montgomery_reduce(void *a, void *b, void *c) in montgomery_reduce() function
H A Dgmp_desc.c526 static int montgomery_reduce(void *a, void *b, void *c) in montgomery_reduce() function
H A Dtfm_desc.c386 static int montgomery_reduce(void *a, void *b, void *c) in montgomery_reduce() function
/optee_os/core/lib/libtomcrypt/
H A Dmpi_desc.c522 static int montgomery_reduce(void *a, void *b, void *c) in montgomery_reduce() function