Searched refs:mul32x32_64 (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/crypto/openssh/
H A Dpoly1305.c17 #define mul32x32_64(a,b) ((uint64_t)(a) * (b)) macro
91 t[0] = mul32x32_64(h0,r0) + mul32x32_64(h1,s4) + mul32x32_64(h2,s3) + mul32x32_64(h3,s2) + mul32x32_64(h4,s1);
92 t[1] = mul32x32_64(h0,r1) + mul32x32_64(h1,r0) + mul32x32_64(h2,s4) + mul32x32_64(h
[all...]

Completed in 73 milliseconds