Home
last modified time | relevance | path

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

/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Dzfs_sha256.c48 #define SIGMA1(x) (Rot32(x, 6) ^ Rot32(x, 11) ^ Rot32(x, 25)) macro
/titanic_44/usr/src/common/crypto/sha2/
H A Dsha2.c114 #define SIGMA1(x) (ROTR((x), 19) ^ ROTR((x), 61) ^ SHR((x), 6)) macro