Home
last modified time | relevance | path

Searched defs:BIGSIGMA1_512 (Results 1 – 2 of 2) sorted by relevance

/titanic_51/usr/src/grub/grub-0.97/stage2/
H A Dzfs_sha256.c58 #define BIGSIGMA1_512(x) (ROTR((x), 14) ^ ROTR((x), 18) ^ ROTR((x), 41)) macro
/titanic_51/usr/src/boot/sys/cddl/boot/zfs/
H A Dsha256.c59 #define BIGSIGMA1_512(x) (ROTR((x), 14) ^ ROTR((x), 18) ^ ROTR((x), 41)) macro