Home
last modified time | relevance | path

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

/titanic_50/usr/src/grub/grub-0.97/stage2/
H A Dzfs_sha256.c52 #define BIGSIGMA1_256(x) (ROTR(x, 6) ^ ROTR(x, 11) ^ ROTR(x, 25)) macro
/titanic_50/usr/src/common/crypto/sha2/
H A Dsha2.c103 #define BIGSIGMA1_256(x) (ROTR((x), 6) ^ ROTR((x), 11) ^ ROTR((x), 25)) macro