Home
last modified time | relevance | path

Searched defs:SIGMA1_256 (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dzfs_sha256.c54 #define SIGMA1_256(x) (ROTR(x, 17) ^ ROTR(x, 19) ^ ((x) >> 10)) macro
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dsha256.c55 #define SIGMA1_256(x) (ROTR(x, 17) ^ ROTR(x, 19) ^ ((x) >> 10)) macro
/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2.c106 #define SIGMA1_256(x) (ROTR((x), 17) ^ ROTR((x), 19) ^ SHR((x), 10)) macro