Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2.c115 #define BIGSIGMA0(x) (ROTR((x), 28) ^ ROTR((x), 34) ^ ROTR((x), 39)) macro
122 T2 = BIGSIGMA0(a) + Maj(a, b, c); \