Lines Matching refs:BN_NIST_384_TOP

16 #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,
893 BN_ULONG bn[BN_NIST_384_TOP]; in BN_nist_mod_384()
894 unsigned int ui[BN_NIST_384_TOP * sizeof(BN_ULONG) / in BN_nist_mod_384()
897 BN_ULONG c_d[BN_NIST_384_TOP], *res; in BN_nist_mod_384()
923 if (!bn_wexpand(r, BN_NIST_384_TOP)) in BN_nist_mod_384()
926 nist_cp_bn(r_d, a_d, BN_NIST_384_TOP); in BN_nist_mod_384()
930 nist_cp_bn_0(buf.bn, a_d + BN_NIST_384_TOP, top - BN_NIST_384_TOP, in BN_nist_mod_384()
931 BN_NIST_384_TOP); in BN_nist_mod_384()
1056 BN_ULONG t_d[BN_NIST_384_TOP]; in BN_nist_mod_384()
1080 carry += (int)bn_add_words(r_d, r_d, buf.bn, BN_NIST_384_TOP); in BN_nist_mod_384()
1086 carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_384_TOP); in BN_nist_mod_384()
1092 carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_384_TOP); in BN_nist_mod_384()
1097 carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_384_TOP); in BN_nist_mod_384()
1102 carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_384_TOP); in BN_nist_mod_384()
1108 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_384_TOP); in BN_nist_mod_384()
1113 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_384_TOP); in BN_nist_mod_384()
1118 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_384_TOP); in BN_nist_mod_384()
1127 BN_NIST_384_TOP); in BN_nist_mod_384()
1131 BN_NIST_384_TOP); in BN_nist_mod_384()
1139 0 - (PTR_SIZE_INT) (*u.f) (c_d, r_d, _nist_p_384[0], BN_NIST_384_TOP); in BN_nist_mod_384()
1144 nist_cp_bn(r_d, res, BN_NIST_384_TOP); in BN_nist_mod_384()
1145 r->top = BN_NIST_384_TOP; in BN_nist_mod_384()