Home
last modified time | relevance | path

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

/external/openssl/crypto/bn/
Dbn_nist.c71 static const BN_ULONG _nist_p_192[][BN_NIST_192_TOP] = { variable
143 static const BN_ULONG _nist_p_192[][BN_NIST_192_TOP] = { variable
219 (BN_ULONG *)_nist_p_192[0],
398 carry = (int)bn_sub_words(r_d,r_d,_nist_p_192[carry-1],BN_NIST_192_TOP); in BN_nist_mod_192()
408 mask = 0-(PTR_SIZE_INT)bn_sub_words(c_d,r_d,_nist_p_192[0],BN_NIST_192_TOP); in BN_nist_mod_192()