Searched defs:R0 (Results 1 – 3 of 3) sorted by relevance
131 #define R0(x) (CYCLIC (x, 7) ^ CYCLIC (x, 18) ^ (x >> 3)) in sha256_process_block() macro
160 #define R0(x) (CYCLIC (x, 1) ^ CYCLIC (x, 8) ^ (x >> 7)) in sha512_process_block() macro
118 #define R0(r) ((sljit_ins)reg_map[r]) macro
Completed in 32 milliseconds