Searched refs:BIGSIGMA0_512 (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/ |
H A D | sha256.c | 58 #define BIGSIGMA0_512(x) (ROTR((x), 28) ^ ROTR((x), 34) ^ ROTR((x), 39)) macro 182 T2 = BIGSIGMA0_512(a) + Maj(a, b, c); in SHA512Transform()
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | zfs_sha256.c | 57 #define BIGSIGMA0_512(x) (ROTR((x), 28) ^ ROTR((x), 34) ^ ROTR((x), 39)) macro 181 T2 = BIGSIGMA0_512(a) + Maj(a, b, c); in SHA512Transform()
|