Searched refs:mp_prime_is_prime (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_find_prime.c24 if (mp_prime_is_prime(a, t, &res) != 0) {
H A Dbn_mp_prime_is_prime.c27 int mp_prime_is_prime (mp_int * a, int t, int *result) function
H A Dbn_mp_prime_random_ex.c95 if ((err = mp_prime_is_prime(a, t, &res)) != MP_OKAY) { goto error; }
106 if ((err = mp_prime_is_prime(a, t, &res)) != MP_OKAY) { goto error; }
H A Dtommath.h489 int mp_prime_is_prime(mp_int *a, int t, int *result);
/netbsd-current/crypto/external/bsd/netpgp/dist/src/libbn/
H A Dbignum.c4906 mp_prime_is_prime(mp_int *a, int t, int *result) function
5599 return (mp_prime_is_prime(__UNCONST(a), checks, &primality) == MP_OKAY) ? primality : 0;
/netbsd-current/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dbignum.c4862 mp_prime_is_prime(mp_int *a, int t, int *result) function
5701 return (mp_prime_is_prime(__UNCONST(a), checks, &primality) == MP_OKAY) ? primality : 0;
/netbsd-current/sbin/nvmectl/
H A Dbignum.c4839 mp_prime_is_prime(mp_int *a, int t, int *result) function
5667 return (mp_prime_is_prime(__UNCONST(a), checks, &primality) == MP_OKAY) ? primality : 0;

Completed in 202 milliseconds