Home
last modified time | relevance | path

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

/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
/openssl/include/crypto/
H A Dbn.h101 #define BN_PRIMETEST_COMPOSITE_NOT_POWER_OF_PRIME 2 macro
/openssl/crypto/bn/
H A Dbn_prime.c449 *status = BN_PRIMETEST_COMPOSITE_NOT_POWER_OF_PRIME; in ossl_bn_miller_rabin_is_prime()

Completed in 6 milliseconds