Home
last modified time | relevance | path

Searched refs:BN_SOFT_LIMIT (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_local.h47 * BN_SOFT_LIMIT is a soft limit equivalent to 2*OPENSSL_RSA_MAX_MODULUS_BITS.
61 # ifndef BN_SOFT_LIMIT
62 # define BN_SOFT_LIMIT (4096 / BN_BYTES) macro
H A Dbn_mont.c45 if (num > 1 && num <= BN_SOFT_LIMIT && a->top == num && b->top == num) { in bn_mul_mont_fixed_top()
H A Dbn_exp.c721 if (window >= 5 && top <= BN_SOFT_LIMIT) { in BN_mod_exp_mont_consttime()
782 if (top > BN_SOFT_LIMIT) in BN_mod_exp_mont_consttime()
/third_party/openssl/crypto/bn/
H A Dbn_local.h47 * BN_SOFT_LIMIT is a soft limit equivalent to 2*OPENSSL_RSA_MAX_MODULUS_BITS.
61 # ifndef BN_SOFT_LIMIT
62 # define BN_SOFT_LIMIT (4096 / BN_BYTES) macro
H A Dbn_mont.c45 if (num > 1 && num <= BN_SOFT_LIMIT && a->top == num && b->top == num) { in bn_mul_mont_fixed_top()
H A Dbn_exp.c713 if (window >= 5 && top <= BN_SOFT_LIMIT) { in BN_mod_exp_mont_consttime()
774 if (top > BN_SOFT_LIMIT) in BN_mod_exp_mont_consttime()

Completed in 12 milliseconds