Symbol: widemul
crypto/openssl/crypto/ec/curve448/arch_32/f_impl32.c
41
accum2 += widemul(a[j - i], b[i]);
crypto/openssl/crypto/ec/curve448/arch_32/f_impl32.c
42
accum1 += widemul(aa[j - i], bb[i]);
crypto/openssl/crypto/ec/curve448/arch_32/f_impl32.c
43
accum0 += widemul(a[8 + j - i], b[8 + i]);
crypto/openssl/crypto/ec/curve448/arch_32/f_impl32.c
49
accum0 -= widemul(a[8 + j - i], b[i]);
crypto/openssl/crypto/ec/curve448/arch_32/f_impl32.c
50
accum2 += widemul(aa[8 + j - i], bb[i]);
crypto/openssl/crypto/ec/curve448/arch_32/f_impl32.c
51
accum1 += widemul(a[16 + j - i], b[8 + i]);
crypto/openssl/crypto/ec/curve448/arch_32/f_impl32.c
84
accum0 += widemul(b, a[i]);
crypto/openssl/crypto/ec/curve448/arch_32/f_impl32.c
85
accum8 += widemul(b, a[i + 8]);
crypto/openssl/crypto/ec/curve448/arch_64/f_impl64.c
115
accum2 = widemul(a[0], a[3]);
crypto/openssl/crypto/ec/curve448/arch_64/f_impl64.c
116
accum0 = widemul(aa[0], aa[3]);
crypto/openssl/crypto/ec/curve448/arch_64/f_impl64.c
117
accum1 = widemul(a[4], a[7]);
crypto/openssl/crypto/ec/curve448/arch_64/f_impl64.c
119
accum2 += widemul(a[1], a[2]);
crypto/openssl/crypto/ec/curve448/arch_64/f_impl64.c
120
accum0 += widemul(aa[1], aa[2]);
crypto/openssl/crypto/ec/curve448/arch_64/f_impl64.c
121
accum1 += widemul(a[5], a[6]);
crypto/openssl/crypto/ec/curve448/arch_64/f_impl64.c
132
accum0 += widemul(2 * aa[1], aa[3]);
crypto/openssl/crypto/ec/curve448/arch_64/f_impl64.c
133
accum1 += widemul(2 * a[5], a[7]);
crypto/openssl/crypto/ec/curve448/arch_64/f_impl64.c
134
accum0 += widemul(aa[2], aa[2]);
crypto/openssl/crypto/ec/curve448/arch_64/f_impl64.c
137
accum0 -= widemul(2 * a[1], a[3]);
crypto/openssl/crypto/ec/curve448/arch_64/f_impl64.c
138
accum1 += widemul(a[6], a[6]);
crypto/openssl/crypto/ec/curve448/arch_64/f_impl64.c
140
accum2 = widemul(a[0], a[0]);
crypto/openssl/crypto/ec/curve448/arch_64/f_impl64.c
144
accum0 -= widemul(a[2], a[2]);
crypto/openssl/crypto/ec/curve448/arch_64/f_impl64.c
145
accum1 += widemul(aa[0], aa[0]);
crypto/openssl/crypto/ec/curve448/arch_64/f_impl64.c
146
accum0 += widemul(a[4], a[4]);
crypto/openssl/crypto/ec/curve448/arch_64/f_impl64.c
154
accum2 = widemul(2 * aa[2], aa[3]);
crypto/openssl/crypto/ec/curve448/arch_64/f_impl64.c
155
accum0 -= widemul(2 * a[2], a[3]);
crypto/openssl/crypto/ec/curve448/arch_64/f_impl64.c
156
accum1 += widemul(2 * a[6], a[7]);
crypto/openssl/crypto/ec/curve448/arch_64/f_impl64.c
161
accum2 = widemul(2 * a[0], a[1]);
crypto/openssl/crypto/ec/curve448/arch_64/f_impl64.c
162
accum1 += widemul(2 * aa[0], aa[1]);
crypto/openssl/crypto/ec/curve448/arch_64/f_impl64.c
163
accum0 += widemul(2 * a[4], a[5]);
crypto/openssl/crypto/ec/curve448/arch_64/f_impl64.c
174
accum2 = widemul(aa[3], aa[3]);
crypto/openssl/crypto/ec/curve448/arch_64/f_impl64.c
175
accum0 -= widemul(a[3], a[3]);
crypto/openssl/crypto/ec/curve448/arch_64/f_impl64.c
176
accum1 += widemul(a[7], a[7]);
crypto/openssl/crypto/ec/curve448/arch_64/f_impl64.c
181
accum2 = widemul(2 * a[0], a[2]);
crypto/openssl/crypto/ec/curve448/arch_64/f_impl64.c
182
accum1 += widemul(2 * aa[0], aa[2]);
crypto/openssl/crypto/ec/curve448/arch_64/f_impl64.c
183
accum0 += widemul(2 * a[4], a[6]);
crypto/openssl/crypto/ec/curve448/arch_64/f_impl64.c
185
accum2 += widemul(a[1], a[1]);
crypto/openssl/crypto/ec/curve448/arch_64/f_impl64.c
186
accum1 += widemul(aa[1], aa[1]);
crypto/openssl/crypto/ec/curve448/arch_64/f_impl64.c
187
accum0 += widemul(a[5], a[5]);
crypto/openssl/crypto/ec/curve448/arch_64/f_impl64.c
43
accum2 += widemul(a[j], b[i - j]);
crypto/openssl/crypto/ec/curve448/arch_64/f_impl64.c
44
accum1 += widemul(aa[j], bb[i - j]);
crypto/openssl/crypto/ec/curve448/arch_64/f_impl64.c
45
accum0 += widemul(a[j + 4], b[i - j + 4]);
crypto/openssl/crypto/ec/curve448/arch_64/f_impl64.c
48
accum2 += widemul(a[j], b[i + 8 - j]);
crypto/openssl/crypto/ec/curve448/arch_64/f_impl64.c
49
accum1 += widemul(aa[j], bbb[i + 4 - j]);
crypto/openssl/crypto/ec/curve448/arch_64/f_impl64.c
50
accum0 += widemul(a[j + 4], bb[i + 4 - j]);
crypto/openssl/crypto/ec/curve448/arch_64/f_impl64.c
85
accum0 += widemul(b, a[i]);
crypto/openssl/crypto/ec/curve448/arch_64/f_impl64.c
86
accum4 += widemul(b, a[i + 4]);