HomeSort by: relevance | last modified time | path
    Searched refs:BN_prime_checks (Results 1 - 8 of 8) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/crypto/rsa/
rsa_chk.c 65 if (BN_is_prime_ex(key->p, BN_prime_checks, NULL, cb) != 1) {
71 if (BN_is_prime_ex(key->q, BN_prime_checks, NULL, cb) != 1) {
79 if (BN_is_prime_ex(pinfo->r, BN_prime_checks, NULL, cb) != 1) {
  /src/crypto/external/cpl/trousers/dist/src/tspi/daa/big_integer/
bi_openssl.c 44 return BN_is_prime_fasttest( i, BN_prime_checks, NULL, context, NULL, 1);
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/
bn_prime.c 168 if (checks == BN_prime_checks)
  /src/crypto/external/bsd/openssl.old/dist/test/
ectest.c 289 || !TEST_int_eq(1, BN_is_prime_ex(p, BN_prime_checks, ctx, NULL))
329 || !TEST_int_eq(1, BN_is_prime_ex(p, BN_prime_checks, ctx, NULL))
368 || !TEST_int_eq(1, BN_is_prime_ex(p, BN_prime_checks, ctx, NULL))
407 || !TEST_int_eq(1, BN_is_prime_ex(p, BN_prime_checks, ctx, NULL))
448 || !TEST_int_eq(1, BN_is_prime_ex(p, BN_prime_checks, ctx, NULL))
495 || !TEST_int_eq(1, BN_is_prime_ex(p, BN_prime_checks, ctx, NULL))
1342 || !TEST_int_eq(1, BN_is_prime_ex(p, BN_prime_checks, ctx, NULL))
  /src/crypto/external/apache2/openssl/dist/include/openssl/
bn.h 113 #define BN_prime_checks 0 /* default: select number of iterations based \
  /src/crypto/external/bsd/openssl/dist/include/openssl/
bn.h 113 # define BN_prime_checks 0 /* default: select number of iterations based
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
bn.h 106 # define BN_prime_checks 0 /* default: select number of iterations based
  /src/external/bsd/ntp/dist/util/
ntp-keygen.c 1641 if (BN_is_prime_ex(p, BN_prime_checks, ctx, NULL))

Completed in 75 milliseconds