Home
last modified time | relevance | path

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

/freebsd-11-stable/crypto/openssl/crypto/bn/
HDbn_nist.c380 static const BIGNUM _bignum_nist_p_192_sqr = { in BN_nist_mod_192() local
389 if (BN_is_negative(a) || BN_ucmp(a, &_bignum_nist_p_192_sqr) >= 0) in BN_nist_mod_192()