Home
last modified time | relevance | path

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

/linux-6.1.9/crypto/
Dvmac.c115 #define PMUL64(rh, rl, i1, i2) /* Assumes m doesn't overflow */ \ macro
232 PMUL64(t3h, t3l, al, kh); \
233 PMUL64(t2h, t2l, ah, kl); \
234 PMUL64(t1h, t1l, ah, 2*kh); \
235 PMUL64(ah, al, al, kl); \