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

/freebsd-13-stable/sys/contrib/openzfs/module/icp/algs/sha2/
H A Dsha2.c108 #define SIGMA0(x) (ROTR((x), 1) ^ ROTR((x), 8) ^ SHR((x), 7)) macro
462 w0 = SIGMA1(w14) + w9 + SIGMA0(w1) + w0;
464 w1 = SIGMA1(w15) + w10 + SIGMA0(w2) + w1;
466 w2 = SIGMA1(w0) + w11 + SIGMA0(w3) + w2;
468 w3 = SIGMA1(w1) + w12 + SIGMA0(w4) + w3;
470 w4 = SIGMA1(w2) + w13 + SIGMA0(w5) + w4;
472 w5 = SIGMA1(w3) + w14 + SIGMA0(w6) + w5;
474 w6 = SIGMA1(w4) + w15 + SIGMA0(w7) + w6;
476 w7 = SIGMA1(w5) + w0 + SIGMA0(w8) + w7;
478 w8 = SIGMA1(w6) + w1 + SIGMA0(w
[all...]

Completed in 52 milliseconds