Home
last modified time | relevance | path

Searched refs:BN_prime_checks (Results 1 – 8 of 8) sorted by relevance

/minix3/crypto/external/bsd/openssl/dist/crypto/dh/
H A Ddh_check.c108 if (!BN_is_prime_ex(dh->p, BN_prime_checks, ctx, NULL)) in DH_check()
113 if (!BN_is_prime_ex(q, BN_prime_checks, ctx, NULL)) in DH_check()
/minix3/crypto/external/bsd/openssl/dist/crypto/rsa/
H A Drsa_chk.c81 r = BN_is_prime_ex(key->p, BN_prime_checks, NULL, NULL); in RSA_check_key()
90 r = BN_is_prime_ex(key->q, BN_prime_checks, NULL, NULL); in RSA_check_key()
/minix3/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dectest.c532 if (1 != BN_is_prime_ex(p, BN_prime_checks, ctx, NULL)) in prime_field_tests()
583 if (1 != BN_is_prime_ex(p, BN_prime_checks, ctx, NULL)) in prime_field_tests()
633 if (1 != BN_is_prime_ex(p, BN_prime_checks, ctx, NULL)) in prime_field_tests()
689 if (1 != BN_is_prime_ex(p, BN_prime_checks, ctx, NULL)) in prime_field_tests()
748 if (1 != BN_is_prime_ex(p, BN_prime_checks, ctx, NULL)) in prime_field_tests()
804 if (1 != BN_is_prime_ex(p, BN_prime_checks, ctx, NULL)) in prime_field_tests()
1696 if (1 != BN_is_prime_ex(p, BN_prime_checks, ctx, NULL)) in nistp_single_test()
/minix3/crypto/external/bsd/openssl/dist/doc/crypto/
H A DBN_generate_prime.pod73 B<checks == BN_prime_checks>, a number of iterations is used that
/minix3/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_prime.c260 if (checks == BN_prime_checks) in BN_is_prime_fasttest_ex()
H A Dbn.h391 # define BN_prime_checks 0 /* default: select number of iterations based macro
/minix3/crypto/external/bsd/openssl/dist/
H A DCHANGES3259 return BN_is_prime_ex(some_bignum, BN_prime_checks, NULL, &cb);
7964 *) Retain source code compatibility for BN_prime_checks macro:
7965 BN_is_prime(..., BN_prime_checks, ...) now uses
/minix3/crypto/external/bsd/openssl/dist/doc/
H A Dssleay.txt1926 suggested to use the value 'BN_prime_checks' by default.