Searched refs:BIGSIGMA1 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2.c115 #define BIGSIGMA1(x) (ROTR((x), 14) ^ ROTR((x), 18) ^ ROTR((x), 41)) macro
119 T1 = h + BIGSIGMA1(e) + Ch(e, f, g) + SHA512_CONST(i) + w; \

Completed in 46 milliseconds