Searched refs:BN_prime_checks (Results 1 – 8 of 8) sorted by relevance
| /minix3/crypto/external/bsd/openssl/dist/crypto/dh/ |
| H A D | dh_check.c | 108 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 D | rsa_chk.c | 81 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 D | ectest.c | 532 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 D | BN_generate_prime.pod | 73 B<checks == BN_prime_checks>, a number of iterations is used that
|
| /minix3/crypto/external/bsd/openssl/dist/crypto/bn/ |
| H A D | bn_prime.c | 260 if (checks == BN_prime_checks) in BN_is_prime_fasttest_ex()
|
| H A D | bn.h | 391 # define BN_prime_checks 0 /* default: select number of iterations based macro
|
| /minix3/crypto/external/bsd/openssl/dist/ |
| H A D | CHANGES | 3259 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 D | ssleay.txt | 1926 suggested to use the value 'BN_prime_checks' by default.
|