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

  /external/dropbear/libtommath/
bn_mp_prime_random_ex.c 23 * LTM_PRIME_SAFE - make sure (p-1)/2 is prime as well (implies LTM_PRIME_BBS)
44 /* LTM_PRIME_SAFE implies LTM_PRIME_BBS */
45 if (flags & LTM_PRIME_SAFE) {
98 if (flags & LTM_PRIME_SAFE) {
108 if (flags & LTM_PRIME_SAFE) {
tommath.h 152 #define LTM_PRIME_SAFE 0x0002 /* Safe prime (p-1)/2 == prime */
508 * LTM_PRIME_SAFE - make sure (p-1)/2 is prime as well (implies LTM_PRIME_BBS)
  /external/dropbear/libtommath/demo/
demo.c 200 LTM_PRIME_2MSB_ON) | LTM_PRIME_SAFE, myrng,
  /external/dropbear/libtommath/pre_gen/
mpi.c     [all...]

Completed in 165 milliseconds