Searched refs:BN_PRIMETEST_COMPOSITE_NOT_POWER_OF_PRIME (Results 1 – 3 of 3) sorted by relevance
335 if (ret != 1 || status != BN_PRIMETEST_COMPOSITE_NOT_POWER_OF_PRIME) {337 if (ret != 1 || (status != BN_PRIMETEST_COMPOSITE_NOT_POWER_OF_PRIME
101 #define BN_PRIMETEST_COMPOSITE_NOT_POWER_OF_PRIME 2 macro
449 *status = BN_PRIMETEST_COMPOSITE_NOT_POWER_OF_PRIME; in ossl_bn_miller_rabin_is_prime()
Completed in 6 milliseconds