Home
last modified time | relevance | path

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

/titanic_44/usr/src/common/crypto/sha2/
H A Dsha2.c100 #define BIGSIGMA1_256(x) (ROTR((x), 6) ^ ROTR((x), 11) ^ ROTR((x), 25)) macro
105 T1 = h + BIGSIGMA1_256(e) + Ch(e, f, g) + SHA256_CONST(i) + w; \