Searched refs:_nist_p_384 (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/crypto/openssl/crypto/bn/ |
| HD | bn_nist.c | 116 static const BN_ULONG _nist_p_384[][BN_NIST_384_TOP] = { variable 198 static const BN_ULONG _nist_p_384[][BN_NIST_384_TOP] = { variable 261 (BN_ULONG *)_nist_p_384[0], 1175 (int)bn_sub_words(r_d, r_d, _nist_p_384[carry - 1], in BN_nist_mod_384() 1179 (int)bn_add_words(r_d, r_d, _nist_p_384[-carry - 1], in BN_nist_mod_384() 1188 0 - (PTR_SIZE_INT) (*u.f) (c_d, r_d, _nist_p_384[0], BN_NIST_384_TOP); in BN_nist_mod_384()
|