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

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

Completed in 57 milliseconds