Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_nist.c363 static const BIGNUM ossl_bignum_nist_p_192_sqr = { in BN_nist_mod_192() local
372 if (BN_is_negative(a) || BN_ucmp(a, &ossl_bignum_nist_p_192_sqr) >= 0) in BN_nist_mod_192()
/third_party/openssl/crypto/bn/
H A Dbn_nist.c341 static const BIGNUM ossl_bignum_nist_p_192_sqr = { in BN_nist_mod_192() local
350 if (BN_is_negative(a) || BN_ucmp(a, &ossl_bignum_nist_p_192_sqr) >= 0) in BN_nist_mod_192()

Completed in 3 milliseconds