OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BN_prime_checks
(Results
1 - 5
of
5
) sorted by null
/external/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/tpm2/
MathFunctions.c
525
if((isPrime = BN_is_prime_ex(p,
BN_prime_checks
, NULL, NULL)) < 0)
CpriRSA.c
[
all
...]
/external/boringssl/src/crypto/bn/
prime.c
487
if (checks ==
BN_prime_checks
) {
[
all
...]
/external/boringssl/src/include/openssl/
bn.h
655
/*
BN_prime_checks
is magic value that can be used as the |checks| argument to
658
#define
BN_prime_checks
0
667
* |
BN_prime_checks
| then a value that results in approximately 2^{-80} false
685
* |checks| is |
BN_prime_checks
| then a value that results in approximately
[
all
...]
Completed in 213 milliseconds