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

/freebsd-10.2-release/sys/cddl/boot/zfs/
H A Dsha256.c49 #define SIGMA1(x) (Rot32(x, 6) ^ Rot32(x, 11) ^ Rot32(x, 25)) macro
88 T1 = h + SIGMA1(e) + Ch(e, f, g) + SHA256_K[t] + W[t];

Completed in 44 milliseconds