Searched refs:BN_NIST_256_TOP (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_nist.c | 15 #define BN_NIST_256_TOP (256+BN_BITS2-1)/BN_BITS2 macro 47 static const BN_ULONG _nist_p_256[][BN_NIST_256_TOP] = { 129 static const BN_ULONG _nist_p_256[][BN_NIST_256_TOP] = { 205 BN_NIST_256_TOP, 206 BN_NIST_256_TOP, 666 BN_ULONG bn[BN_NIST_256_TOP]; in BN_nist_mod_256() 667 unsigned int ui[BN_NIST_256_TOP * sizeof(BN_ULONG) / in BN_nist_mod_256() 670 BN_ULONG c_d[BN_NIST_256_TOP], *res; in BN_nist_mod_256() 692 if (!bn_wexpand(r, BN_NIST_256_TOP)) in BN_nist_mod_256() 695 nist_cp_bn(r_d, a_d, BN_NIST_256_TOP); in BN_nist_mod_256() [all...] |
/third_party/openssl/crypto/bn/ |
H A D | bn_nist.c | 15 #define BN_NIST_256_TOP (256+BN_BITS2-1)/BN_BITS2 macro 47 static const BN_ULONG _nist_p_256[][BN_NIST_256_TOP] = { 129 static const BN_ULONG _nist_p_256[][BN_NIST_256_TOP] = { 205 BN_NIST_256_TOP, 206 BN_NIST_256_TOP, 644 BN_ULONG bn[BN_NIST_256_TOP]; in BN_nist_mod_256() 645 unsigned int ui[BN_NIST_256_TOP * sizeof(BN_ULONG) / in BN_nist_mod_256() 648 BN_ULONG c_d[BN_NIST_256_TOP], *res; in BN_nist_mod_256() 670 if (!bn_wexpand(r, BN_NIST_256_TOP)) in BN_nist_mod_256() 673 nist_cp_bn(r_d, a_d, BN_NIST_256_TOP); in BN_nist_mod_256() [all...] |
Completed in 3 milliseconds