Home
last modified time | relevance | path

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

/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dzfs_sha256.c47 #define SIGMA0(x) (Rot32(x, 2) ^ Rot32(x, 13) ^ Rot32(x, 22)) macro
/titanic_41/usr/src/common/crypto/sha2/
H A Dsha2.c113 #define SIGMA0(x) (ROTR((x), 1) ^ ROTR((x), 8) ^ SHR((x), 7)) macro