Home
last modified time | relevance | path

Searched refs:ossl_bn_inv_sqrt_2 (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/crypto/bn/
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/rsa/
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()
/third_party/openssl/include/crypto/
Dbn.h115 extern const BIGNUM ossl_bn_inv_sqrt_2;