Searched refs:_nist_p_224 (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_nist.c | 32 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], 616 (int)bn_sub_words(r_d, r_d, _nist_p_224[carry - 1], in BN_nist_mod_224() 630 (int)bn_add_words(r_d, r_d, _nist_p_224[-carry - 1], in BN_nist_mod_224() 637 res = ((*adjust) (c_d, r_d, _nist_p_224[0], BN_NIST_224_TOP) && carry) in BN_nist_mod_224()
|
/third_party/openssl/crypto/bn/ |
H A D | bn_nist.c | 32 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], 594 (int)bn_sub_words(r_d, r_d, _nist_p_224[carry - 1], in BN_nist_mod_224() 608 (int)bn_add_words(r_d, r_d, _nist_p_224[-carry - 1], in BN_nist_mod_224() 615 res = ((*adjust) (c_d, r_d, _nist_p_224[0], BN_NIST_224_TOP) && carry) in BN_nist_mod_224()
|
Completed in 3 milliseconds