Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/bn/
H A Dbn_nist.c345 static const BIGNUM _bignum_nist_p_384_sqr = { variable
1042 if (BN_is_negative(a) || BN_ucmp(a, &_bignum_nist_p_384_sqr) >= 0) in BN_nist_mod_384()