Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_rsa_fips186_4.c43 const BIGNUM ossl_bn_inv_sqrt_2 = { variable
280 if (bits < BN_num_bits(&ossl_bn_inv_sqrt_2)) in ossl_bn_rsa_fips186_4_derive_prime()
282 if (!BN_lshift(base, &ossl_bn_inv_sqrt_2, in ossl_bn_rsa_fips186_4_derive_prime()
283 bits - BN_num_bits(&ossl_bn_inv_sqrt_2)) in ossl_bn_rsa_fips186_4_derive_prime()
/third_party/openssl/crypto/bn/
H A Dbn_rsa_fips186_4.c43 const BIGNUM ossl_bn_inv_sqrt_2 = { variable
280 if (bits < BN_num_bits(&ossl_bn_inv_sqrt_2)) in ossl_bn_rsa_fips186_4_derive_prime()
282 if (!BN_lshift(base, &ossl_bn_inv_sqrt_2, in ossl_bn_rsa_fips186_4_derive_prime()
283 bits - BN_num_bits(&ossl_bn_inv_sqrt_2)) in ossl_bn_rsa_fips186_4_derive_prime()
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dbn.h115 extern const BIGNUM ossl_bn_inv_sqrt_2;
/third_party/openssl/include/crypto/
H A Dbn.h115 extern const BIGNUM ossl_bn_inv_sqrt_2;
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_sp800_56b_check.c95 shift = nbits - BN_num_bits(&ossl_bn_inv_sqrt_2); in ossl_rsa_check_prime_factor_range()
107 if (!BN_copy(low, &ossl_bn_inv_sqrt_2)) in ossl_rsa_check_prime_factor_range()
112 * We don't have all the bits. ossl_bn_inv_sqrt_2 contains a rounded up in ossl_rsa_check_prime_factor_range()
/third_party/openssl/crypto/rsa/
H A Drsa_sp800_56b_check.c95 shift = nbits - BN_num_bits(&ossl_bn_inv_sqrt_2); in ossl_rsa_check_prime_factor_range()
107 if (!BN_copy(low, &ossl_bn_inv_sqrt_2)) in ossl_rsa_check_prime_factor_range()
112 * We don't have all the bits. ossl_bn_inv_sqrt_2 contains a rounded up in ossl_rsa_check_prime_factor_range()

Completed in 4 milliseconds