Searched refs:BN_prime_checks (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/dh/
H A Ddh_check.c107 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/dh/
H A Ddh_check.c107 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/chromium_org/third_party/openssl/openssl/crypto/rsa/
H A Drsa_chk.c78 r = BN_is_prime_ex(key->p, BN_prime_checks, NULL, NULL);
88 r = BN_is_prime_ex(key->q, BN_prime_checks, NULL, NULL);
/external/openssl/crypto/rsa/
H A Drsa_chk.c78 r = BN_is_prime_ex(key->p, BN_prime_checks, NULL, NULL);
88 r = BN_is_prime_ex(key->q, BN_prime_checks, NULL, NULL);
/external/chromium_org/third_party/openssl/openssl/crypto/ec/
H A Dectest.c398 if (1 != BN_is_prime_ex(p, BN_prime_checks, ctx, NULL)) ABORT;
433 if (1 != BN_is_prime_ex(p, BN_prime_checks, ctx, NULL)) ABORT;
467 if (1 != BN_is_prime_ex(p, BN_prime_checks, ctx, NULL)) ABORT;
501 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;
578 if (1 != BN_is_prime_ex(p, BN_prime_checks, ctx, NULL)) ABORT;
1351 if (1 != BN_is_prime_ex(p, BN_prime_checks, ctx, NULL)) ABORT;
/external/openssl/crypto/ec/
H A Dectest.c398 if (1 != BN_is_prime_ex(p, BN_prime_checks, ctx, NULL)) ABORT;
433 if (1 != BN_is_prime_ex(p, BN_prime_checks, ctx, NULL)) ABORT;
467 if (1 != BN_is_prime_ex(p, BN_prime_checks, ctx, NULL)) ABORT;
501 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;
578 if (1 != BN_is_prime_ex(p, BN_prime_checks, ctx, NULL)) ABORT;
1351 if (1 != BN_is_prime_ex(p, BN_prime_checks, ctx, NULL)) ABORT;
/external/chromium_org/third_party/openssl/openssl/crypto/bn/
H A Dbn_prime.c256 if (checks == BN_prime_checks)
H A Dbn.h381 #define BN_prime_checks 0 /* default: select number of iterations macro
/external/openssl/crypto/bn/
H A Dbn_prime.c256 if (checks == BN_prime_checks)
H A Dbn.h381 #define BN_prime_checks 0 /* default: select number of iterations macro
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dbn.h381 #define BN_prime_checks 0 /* default: select number of iterations macro
/external/openssl/include/openssl/
H A Dbn.h381 #define BN_prime_checks 0 /* default: select number of iterations macro

Completed in 1214 milliseconds