Home
last modified time | relevance | path

Searched refs:MMUL (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/bearssl/src/ec/
H A Dec_prime_i15.c155 #define MMUL(d, a, b) (0x3000 + ((d) << 8) + ((a) << 4) + (b)) macro
218 MMUL(t1, Pz, Pz),
230 MMUL(t3, t1, t2),
238 MMUL(t3, Py, Py),
240 MMUL(t2, Px, t3),
246 MMUL(Px, t1, t1),
253 MMUL(t4, Py, Pz),
262 MMUL(Py, t1, t2),
263 MMUL(t4, t3, t3),
324 MMUL(t3, P2z, P2z),
[all …]
H A Dec_prime_i31.c154 #define MMUL(d, a, b) (0x3000 + ((d) << 8) + ((a) << 4) + (b)) macro
217 MMUL(t1, Pz, Pz),
229 MMUL(t3, t1, t2),
237 MMUL(t3, Py, Py),
239 MMUL(t2, Px, t3),
245 MMUL(Px, t1, t1),
252 MMUL(t4, Py, Pz),
261 MMUL(Py, t1, t2),
262 MMUL(t4, t3, t3),
323 MMUL(t3, P2z, P2z),
[all …]