Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Dcrypt_sha256.c137 #define R1(x) (CYCLIC (x, 17) ^ CYCLIC (x, 19) ^ (x >> 10)) in sha256_process_block() macro
H A Dcrypt_sha512.c162 #define R1(x) (CYCLIC (x, 19) ^ CYCLIC (x, 61) ^ (x >> 6)) in sha512_process_block() macro

Completed in 10 milliseconds