Home
last modified time | relevance | path

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

/external/openssl/crypto/bn/
Dbn_nist.c63 #define BN_NIST_192_TOP (192+BN_BITS2-1)/BN_BITS2 macro
71 static const BN_ULONG _nist_p_192[][BN_NIST_192_TOP] = {
143 static const BN_ULONG _nist_p_192[][BN_NIST_192_TOP] = {
220 BN_NIST_192_TOP,
221 BN_NIST_192_TOP,
362 BN_ULONG bn[BN_NIST_192_TOP]; in BN_nist_mod_192()
363 unsigned int ui[BN_NIST_192_TOP*sizeof(BN_ULONG)/sizeof(unsigned int)]; in BN_nist_mod_192()
365 BN_ULONG c_d[BN_NIST_192_TOP], in BN_nist_mod_192()
390 if (!bn_wexpand(r, BN_NIST_192_TOP)) in BN_nist_mod_192()
393 nist_cp_bn(r_d, a_d, BN_NIST_192_TOP); in BN_nist_mod_192()
[all …]
/external/chromium_org/third_party/openssl/openssl/crypto/bn/
Dbn_nist.c63 #define BN_NIST_192_TOP (192+BN_BITS2-1)/BN_BITS2 macro
71 static const BN_ULONG _nist_p_192[][BN_NIST_192_TOP] = {
143 static const BN_ULONG _nist_p_192[][BN_NIST_192_TOP] = {
220 BN_NIST_192_TOP,
221 BN_NIST_192_TOP,
363 BN_ULONG bn[BN_NIST_192_TOP]; in BN_nist_mod_192()
364 unsigned int ui[BN_NIST_192_TOP*sizeof(BN_ULONG)/sizeof(unsigned int)]; in BN_nist_mod_192()
366 BN_ULONG c_d[BN_NIST_192_TOP], in BN_nist_mod_192()
391 if (!bn_wexpand(r, BN_NIST_192_TOP)) in BN_nist_mod_192()
394 nist_cp_bn(r_d, a_d, BN_NIST_192_TOP); in BN_nist_mod_192()
[all …]