Searched refs:montgomery_reduce (Results 1 – 5 of 5) sorted by relevance
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_math.h | 311 int (*montgomery_reduce)(void *a, void *b, void *c); member 490 #define mp_montgomery_reduce(a, b, c) ltc_mp.montgomery_reduce(a, b, c)
|
/external/dropbear/libtomcrypt/src/math/ |
D | gmp_desc.c | 358 static int montgomery_reduce(void *a, void *b, void *c) in montgomery_reduce() function 436 &montgomery_reduce,
|
D | ltm_desc.c | 362 static int montgomery_reduce(void *a, void *b, void *c) in montgomery_reduce() function 442 &montgomery_reduce,
|
D | tfm_desc.c | 374 static int montgomery_reduce(void *a, void *b, void *c) in montgomery_reduce() function 730 &montgomery_reduce,
|
/external/dropbear/libtomcrypt/ |
D | crypt.tex | 6262 int (*montgomery_reduce)(void *a, void *b, void *c);
|