HomeSort by relevance Sort by last modified time
    Searched refs:montgomery_setup (Results 1 - 5 of 5) sorted by null

  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h 296 int (*montgomery_setup)(void *a, void **b); member in struct:__anon7180
308 @param c The value "b" from montgomery_setup()
314 @param a The value "b" from montgomery_setup()
354 @param mp The "b" value from montgomery_setup()
363 @param mp The "b" value from montgomery_setup()
371 @param mp The "b" value from montgomery_setup()
488 #define mp_montgomery_setup(a, b) ltc_mp.montgomery_setup(a, b)
  /external/dropbear/libtomcrypt/src/math/
gmp_desc.c 340 static int montgomery_setup(void *a, void **b) function
434 &montgomery_setup,
ltm_desc.c 338 static int montgomery_setup(void *a, void **b) function
440 &montgomery_setup,
tfm_desc.c 349 static int montgomery_setup(void *a, void **b) function
522 @param mp The "b" value from montgomery_setup()
728 &montgomery_setup,
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 1180 milliseconds