Searched refs:RotateRight (Results 1 - 1 of 1) sorted by relevance
/test/xts/tools/lite/checksum/src/ |
H A D | checksum_sha256.c | 47 unsigned int RotateRight(unsigned int w, int n) in RotateRight() function 76 return RotateRight(x, shift[ZERO]) ^ RotateRight(x, shift[ONE]) ^ ShiftRight(x, shift[TWO]); in CalcSigma0() 85 return RotateRight(x, shift[ZERO]) ^ RotateRight(x, shift[ONE]) ^ ShiftRight(x, shift[TWO]); in CalcSigma1() 110 return RotateRight(x, shift[ZERO]) ^ RotateRight(x, shift[ONE]) ^ RotateRight(x, shift[TWO]); in CalcEp0Value() 119 return RotateRight(x, shift[ZERO]) ^ RotateRight( in CalcEp1Value() [all...] |
Completed in 1 milliseconds