Searched refs:_nist_p_192 (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_nist.c | 21 static const BN_ULONG _nist_p_192[][BN_NIST_192_TOP] = { variable 104 static const BN_ULONG _nist_p_192[][BN_NIST_192_TOP] = { variable 188 (BN_ULONG *)_nist_p_192[0], 452 (int)bn_sub_words(r_d, r_d, _nist_p_192[carry - 1], in BN_nist_mod_192() 463 res = (bn_sub_words(c_d, r_d, _nist_p_192[0], BN_NIST_192_TOP) && carry) in BN_nist_mod_192()
|
/third_party/openssl/crypto/bn/ |
H A D | bn_nist.c | 21 static const BN_ULONG _nist_p_192[][BN_NIST_192_TOP] = { variable 104 static const BN_ULONG _nist_p_192[][BN_NIST_192_TOP] = { variable 188 (BN_ULONG *)_nist_p_192[0], 430 (int)bn_sub_words(r_d, r_d, _nist_p_192[carry - 1], in BN_nist_mod_192() 441 res = (bn_sub_words(c_d, r_d, _nist_p_192[0], BN_NIST_192_TOP) && carry) in BN_nist_mod_192()
|
Completed in 4 milliseconds