Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bn/
Dbn_nist.c32 static const BN_ULONG _nist_p_224[][BN_NIST_224_TOP] = { variable
115 static const BN_ULONG _nist_p_224[][BN_NIST_224_TOP] = { variable
196 (BN_ULONG *)_nist_p_224[0],
592 (int)bn_sub_words(r_d, r_d, _nist_p_224[carry - 1], in BN_nist_mod_224()
606 (int)bn_add_words(r_d, r_d, _nist_p_224[-carry - 1], in BN_nist_mod_224()
616 0 - (PTR_SIZE_INT) (*u.f) (c_d, r_d, _nist_p_224[0], BN_NIST_224_TOP); in BN_nist_mod_224()