Home
last modified time | relevance | path

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

/openssl/crypto/bn/
H A Dbn_nist.c47 static const BN_ULONG _nist_p_256[][BN_NIST_256_TOP] = { variable
129 static const BN_ULONG _nist_p_256[][BN_NIST_256_TOP] = { variable
204 (BN_ULONG *)_nist_p_256[0],
860 (int)bn_sub_words(r_d, r_d, _nist_p_256[carry - 1], in BN_nist_mod_256()
864 (int)bn_add_words(r_d, r_d, _nist_p_256[-carry - 1], in BN_nist_mod_256()
870 res = ((*adjust) (c_d, r_d, _nist_p_256[0], BN_NIST_256_TOP) && carry) in BN_nist_mod_256()

Completed in 5 milliseconds