Searched refs:montgomery_setup (Results 1 – 5 of 5) sorted by relevance
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_math.h | 296 int (*montgomery_setup)(void *a, void **b); member 488 #define mp_montgomery_setup(a, b) ltc_mp.montgomery_setup(a, b)
|
/external/dropbear/libtomcrypt/src/math/ |
D | gmp_desc.c | 340 static int montgomery_setup(void *a, void **b) in montgomery_setup() function 434 &montgomery_setup,
|
D | ltm_desc.c | 338 static int montgomery_setup(void *a, void **b) in montgomery_setup() function 440 &montgomery_setup,
|
D | tfm_desc.c | 349 static int montgomery_setup(void *a, void **b) in montgomery_setup() function 728 &montgomery_setup,
|
/external/dropbear/libtomcrypt/ |
D | crypt.tex | 6247 int (*montgomery_setup)(void *a, void **b); 6259 @param c The value "b" from montgomery_setup() 6265 @param a The value "b" from montgomery_setup() 6310 @param mp The "b" value from montgomery_setup() 6323 @param mp The "b" value from montgomery_setup() 6335 @param mp The "b" value from montgomery_setup()
|