Home
last modified time | relevance | path

Searched refs:BN_NIST_384_TOP (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_nist.c16 #define BN_NIST_384_TOP (384+BN_BITS2-1)/BN_BITS2 macro
67 static const BN_ULONG _nist_p_384[][BN_NIST_384_TOP] = {
149 static const BN_ULONG _nist_p_384[][BN_NIST_384_TOP] = {
213 BN_NIST_384_TOP,
214 BN_NIST_384_TOP,
903 BN_ULONG bn[BN_NIST_384_TOP]; in BN_nist_mod_384()
904 unsigned int ui[BN_NIST_384_TOP * sizeof(BN_ULONG) / in BN_nist_mod_384()
907 BN_ULONG c_d[BN_NIST_384_TOP], *res; in BN_nist_mod_384()
929 if (!bn_wexpand(r, BN_NIST_384_TOP)) in BN_nist_mod_384()
932 nist_cp_bn(r_d, a_d, BN_NIST_384_TOP); in BN_nist_mod_384()
[all...]
/third_party/openssl/crypto/bn/
H A Dbn_nist.c16 #define BN_NIST_384_TOP (384+BN_BITS2-1)/BN_BITS2 macro
67 static const BN_ULONG _nist_p_384[][BN_NIST_384_TOP] = {
149 static const BN_ULONG _nist_p_384[][BN_NIST_384_TOP] = {
213 BN_NIST_384_TOP,
214 BN_NIST_384_TOP,
881 BN_ULONG bn[BN_NIST_384_TOP]; in BN_nist_mod_384()
882 unsigned int ui[BN_NIST_384_TOP * sizeof(BN_ULONG) / in BN_nist_mod_384()
885 BN_ULONG c_d[BN_NIST_384_TOP], *res; in BN_nist_mod_384()
907 if (!bn_wexpand(r, BN_NIST_384_TOP)) in BN_nist_mod_384()
910 nist_cp_bn(r_d, a_d, BN_NIST_384_TOP); in BN_nist_mod_384()
[all...]

Completed in 4 milliseconds