Searched refs:SHA256ROUND (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/icp/algs/sha2/
H A Dsha2.c99 #define SHA256ROUND(a, b, c, d, e, f, g, h, i, w) \ macro
199 SHA256ROUND(a, b, c, d, e, f, g, h, 0, w0);
202 SHA256ROUND(h, a, b, c, d, e, f, g, 1, w1);
205 SHA256ROUND(g, h, a, b, c, d, e, f, 2, w2);
208 SHA256ROUND(f, g, h, a, b, c, d, e, 3, w3);
211 SHA256ROUND(e, f, g, h, a, b, c, d, 4, w4);
214 SHA256ROUND(d, e, f, g, h, a, b, c, 5, w5);
217 SHA256ROUND(c, d, e, f, g, h, a, b, 6, w6);
220 SHA256ROUND(b, c, d, e, f, g, h, a, 7, w7);
223 SHA256ROUND(
[all...]

Completed in 47 milliseconds