Home
last modified time | relevance | path

Searched refs:ossl_bignum_nist_p_384_sqr (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_nist.c909 static const BIGNUM ossl_bignum_nist_p_384_sqr = { in BN_nist_mod_384() local
918 if (BN_is_negative(a) || BN_ucmp(a, &ossl_bignum_nist_p_384_sqr) >= 0) in BN_nist_mod_384()
/third_party/openssl/crypto/bn/
H A Dbn_nist.c887 static const BIGNUM ossl_bignum_nist_p_384_sqr = { in BN_nist_mod_384() local
896 if (BN_is_negative(a) || BN_ucmp(a, &ossl_bignum_nist_p_384_sqr) >= 0) in BN_nist_mod_384()

Completed in 4 milliseconds