Home
last modified time | relevance | path

Searched refs:BN_PRIMETEST_COMPOSITE_NOT_POWER_OF_PRIME (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_sp800_56b_check.c335 if (ret != 1 || status != BN_PRIMETEST_COMPOSITE_NOT_POWER_OF_PRIME) {
337 if (ret != 1 || (status != BN_PRIMETEST_COMPOSITE_NOT_POWER_OF_PRIME
/freebsd/crypto/openssl/include/crypto/
H A Dbn.h104 #define BN_PRIMETEST_COMPOSITE_NOT_POWER_OF_PRIME 2 macro
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_prime.c440 *status = BN_PRIMETEST_COMPOSITE_NOT_POWER_OF_PRIME; in ossl_bn_miller_rabin_is_prime()