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

  /external/dropbear/libtommath/
bn_mp_prime_is_prime.c 65 if ((err = mp_prime_miller_rabin (a, &b, &res)) != MP_OKAY) {
bn_mp_prime_miller_rabin.c 25 int mp_prime_miller_rabin (mp_int * a, mp_int * b, int *result) function
bn_mp_prime_next_prime.c 147 if ((err = mp_prime_miller_rabin(a, &b, &res)) != MP_OKAY) {
tommath.h 469 int mp_prime_miller_rabin(mp_int *a, mp_int *b, int *result);
bn.tex     [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 5753 int mp_prime_miller_rabin (mp_int * a, mp_int * b, int *result) function
    [all...]

Completed in 55 milliseconds