HomeSort by relevance Sort by last modified time
    Searched refs:BN_prime_checks (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/boringssl/src/crypto/dh/
check.c 135 if (!BN_is_prime_ex(dh->q, BN_prime_checks, ctx, NULL)) {
162 if (!BN_is_prime_ex(dh->p, BN_prime_checks, ctx, NULL)) {
168 if (!BN_is_prime_ex(t1, BN_prime_checks, ctx, NULL)) {
  /external/openssl/crypto/dh/
dh_check.c 107 if (!BN_is_prime_ex(dh->p,BN_prime_checks,ctx,NULL))
112 if (!BN_is_prime_ex(q,BN_prime_checks,ctx,NULL))
  /external/openssl/crypto/rsa/
rsa_chk.c 84 r = BN_is_prime_ex(key->p, BN_prime_checks, NULL, NULL);
94 r = BN_is_prime_ex(key->q, BN_prime_checks, NULL, NULL);
  /external/openssl/crypto/ec/
ectest.c 434 if (1 != BN_is_prime_ex(p, BN_prime_checks, ctx, NULL)) ABORT;
469 if (1 != BN_is_prime_ex(p, BN_prime_checks, ctx, NULL)) ABORT;
503 if (1 != BN_is_prime_ex(p, BN_prime_checks, ctx, NULL)) ABORT;
537 if (1 != BN_is_prime_ex(p, BN_prime_checks, ctx, NULL)) ABORT;
573 if (1 != BN_is_prime_ex(p, BN_prime_checks, ctx, NULL)) ABORT;
614 if (1 != BN_is_prime_ex(p, BN_prime_checks, ctx, NULL)) ABORT;
    [all...]
  /external/openssl/crypto/bn/
bn_prime.c 256 if (checks == BN_prime_checks)
bn.h 381 #define BN_prime_checks 0 /* default: select number of iterations
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/bn/
prime.c 300 if (checks == BN_prime_checks) {
    [all...]
  /external/chromium_org/third_party/boringssl/src/include/openssl/
bn.h 622 /* BN_prime_checks is magic value that can be used as the |checks| argument to
625 #define BN_prime_checks 0
634 * |BN_prime_checks| then a value that results in approximately 2^{-80} false
652 * |checks| is |BN_prime_checks| then a value that results in approximately
    [all...]
  /external/openssl/include/openssl/
bn.h 381 #define BN_prime_checks 0 /* default: select number of iterations
    [all...]

Completed in 137 milliseconds