Searched refs:BN_NIST_521_TOP (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_nist.c | 17 #define BN_NIST_521_TOP (521+BN_BITS2-1)/BN_BITS2 macro 221 BN_NIST_521_TOP, 222 BN_NIST_521_TOP, 1160 BN_ULONG *r_d, *a_d = a->d, t_d[BN_NIST_521_TOP], val, tmp, *res; in BN_nist_mod_521() 1181 if (!bn_wexpand(r, BN_NIST_521_TOP)) in BN_nist_mod_521() 1184 nist_cp_bn(r_d, a_d, BN_NIST_521_TOP); in BN_nist_mod_521() 1189 nist_cp_bn_0(t_d, a_d + (BN_NIST_521_TOP - 1), in BN_nist_mod_521() 1190 top - (BN_NIST_521_TOP - 1), BN_NIST_521_TOP); in BN_nist_mod_521() 1192 for (val = t_d[0], i = 0; i < BN_NIST_521_TOP in BN_nist_mod_521() [all...] |
/third_party/openssl/crypto/bn/ |
H A D | bn_nist.c | 17 #define BN_NIST_521_TOP (521+BN_BITS2-1)/BN_BITS2 macro 221 BN_NIST_521_TOP, 222 BN_NIST_521_TOP, 1138 BN_ULONG *r_d, *a_d = a->d, t_d[BN_NIST_521_TOP], val, tmp, *res; in BN_nist_mod_521() 1159 if (!bn_wexpand(r, BN_NIST_521_TOP)) in BN_nist_mod_521() 1162 nist_cp_bn(r_d, a_d, BN_NIST_521_TOP); in BN_nist_mod_521() 1167 nist_cp_bn_0(t_d, a_d + (BN_NIST_521_TOP - 1), in BN_nist_mod_521() 1168 top - (BN_NIST_521_TOP - 1), BN_NIST_521_TOP); in BN_nist_mod_521() 1170 for (val = t_d[0], i = 0; i < BN_NIST_521_TOP in BN_nist_mod_521() [all...] |
Completed in 4 milliseconds