Home
last modified time | relevance | path

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

/openssl/crypto/bn/
H A Dbn_nist.c67 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],
1132 (int)bn_sub_words(r_d, r_d, _nist_p_384[carry - 1], in BN_nist_mod_384()
1136 (int)bn_add_words(r_d, r_d, _nist_p_384[-carry - 1], in BN_nist_mod_384()
1142 res = ((*adjust) (c_d, r_d, _nist_p_384[0], BN_NIST_384_TOP) && carry) in BN_nist_mod_384()

Completed in 5 milliseconds