Home
last modified time | relevance | path

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

/libcrypt/
A Dsha256.c52 static const uint32_t K[64] = variable
134 uint32_t T1 = h + _S1 (e) + _Ch (e, f, g) + K[t] + W[t]; in sha256_process_block()
A Dsha512.c59 static const uint64_t K[80] = variable
165 uint64_t T1 = h + _S1 (e) + _Ch (e, f, g) + K[t] + W[t]; in sha512_process_block()

Completed in 6 milliseconds