Searched defs:S1 (Results 1 – 3 of 3) sorted by relevance
140 #define S1(x) (CYCLIC (x, 6) ^ CYCLIC (x, 11) ^ CYCLIC (x, 25)) in sha256_process_block() macro
165 #define S1(x) (CYCLIC (x, 14) ^ CYCLIC (x, 18) ^ CYCLIC (x, 41)) in sha512_process_block() macro
116 #define S1(s1) (reg_map[s1] << 14) macro
Completed in 17 milliseconds