Searched defs:S0 (Results 1 – 2 of 2) sorted by relevance
84 #define S0(x) (ROTR(x, 7) ^ ROTR(x,18) ^ SHR(x, 3)) in sha256_process() macro
279 static uint32_t S0(uint32_t x) in S0() function