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

/freebsd-10.2-release/sys/cddl/boot/zfs/
H A Dsha256.c48 #define SIGMA0(x) (Rot32(x, 2) ^ Rot32(x, 13) ^ Rot32(x, 22)) macro
89 T2 = SIGMA0(a) + Maj(a, b, c);

Completed in 46 milliseconds