Home
last modified time | relevance | path

Searched defs:R0 (Results 1 – 2 of 2) sorted by relevance

/PHP-8.1/ext/standard/
H A Dcrypt_sha256.c137 #define R0(x) (CYCLIC (x, 7) ^ CYCLIC (x, 18) ^ (x >> 3)) in sha256_process_block() macro
H A Dcrypt_sha512.c162 #define R0(x) (CYCLIC (x, 1) ^ CYCLIC (x, 8) ^ (x >> 7)) in sha512_process_block() macro

Completed in 11 milliseconds