Home
last modified time | relevance | path

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

/openssl/crypto/bn/
H A Dbn_nist.c21 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()

Completed in 8 milliseconds