Searched defs:mp_prime_is_prime (Results 1 - 3 of 3) sorted by relevance

/external/dropbear/libtommath/
H A Dbn_mp_prime_is_prime.c25 int mp_prime_is_prime (mp_int * a, int t, int *result) function
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_math.h494 #define mp_prime_is_prime(a, b, c) ltc_mp.isprime(a, c) macro
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c5666 int mp_prime_is_prime (mp_int * a, int t, int *result) function
6158 if ((err = mp_prime_is_prime(a, t, &res)) != MP_OKAY) { goto error; }
6169 if ((err = mp_prime_is_prime(a, t, &res)) != MP_OKAY) { goto error; }

Completed in 106 milliseconds