Searched refs:_nist_p_384 (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13-stable/crypto/openssl/crypto/bn/ |
| HD | bn_nist.c | 67 static const BN_ULONG _nist_p_384[][BN_NIST_384_TOP] = { variable 149 static const BN_ULONG _nist_p_384[][BN_NIST_384_TOP] = { variable 212 (BN_ULONG *)_nist_p_384[0], 1137 (int)bn_sub_words(r_d, r_d, _nist_p_384[carry - 1], in BN_nist_mod_384() 1141 (int)bn_add_words(r_d, r_d, _nist_p_384[-carry - 1], in BN_nist_mod_384() 1150 0 - (PTR_SIZE_INT) (*u.f) (c_d, r_d, _nist_p_384[0], BN_NIST_384_TOP); in BN_nist_mod_384()
|