Home
last modified time | relevance | path

Searched refs: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); in SHA512Transform()
/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); in SHA512Transform()