Home
last modified time | relevance | path

Searched refs:BIGSIGMA0_256 (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/common/crypto/sha2/
H A Dsha2.c99 #define BIGSIGMA0_256(x) (ROTR((x), 2) ^ ROTR((x), 13) ^ ROTR((x), 22)) macro
107 T2 = BIGSIGMA0_256(a) + Maj(a, b, c); \