Home
last modified time | relevance | path

Searched refs:_S1 (Results 1 – 2 of 2) sorted by relevance

/libcrypt/
A Dsha256.c114 #define _S1(x) (CYCLIC (x, 6) ^ CYCLIC (x, 11) ^ CYCLIC (x, 25)) in sha256_process_block() macro
134 uint32_t T1 = h + _S1 (e) + _Ch (e, f, g) + K[t] + W[t]; in sha256_process_block()
A Dsha512.c145 #define _S1(x) (CYCLIC (x, 14) ^ CYCLIC (x, 18) ^ CYCLIC (x, 41)) in sha512_process_block() macro
165 uint64_t T1 = h + _S1 (e) + _Ch (e, f, g) + K[t] + W[t]; in sha512_process_block()

Completed in 6 milliseconds