Searched defs:BIGSIGMA0_512 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dzfs_sha256.c57 #define BIGSIGMA0_512(x) (ROTR((x), 28) ^ ROTR((x), 34) ^ ROTR((x), 39)) macro
181 T2 = BIGSIGMA0_512(a) + Maj(a, b, c);
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dsha256.c58 #define BIGSIGMA0_512(x) (ROTR((x), 28) ^ ROTR((x), 34) ^ ROTR((x), 39)) macro
182 T2 = BIGSIGMA0_512(a) + Maj(a, b, c);

Completed in 44 milliseconds