Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_nist.c500 static const BIGNUM ossl_bignum_nist_p_224_sqr = { in BN_nist_mod_224() local
509 if (BN_is_negative(a) || BN_ucmp(a, &ossl_bignum_nist_p_224_sqr) >= 0) in BN_nist_mod_224()
/third_party/openssl/crypto/bn/
H A Dbn_nist.c478 static const BIGNUM ossl_bignum_nist_p_224_sqr = { in BN_nist_mod_224() local
487 if (BN_is_negative(a) || BN_ucmp(a, &ossl_bignum_nist_p_224_sqr) >= 0) in BN_nist_mod_224()

Completed in 3 milliseconds