Home
last modified time | relevance | path

Searched defs:T1 (Results 1 – 3 of 3) sorted by relevance

/PHP-7.1/ext/hash/
H A Dhash_sha.c484 uint32_t x[16], T1, T2, W[64]; in SHA256Transform() local
794 uint64_t x[16], T1, T2, W[80]; in SHA512Transform() local
/PHP-7.1/ext/standard/
H A Dcrypt_sha512.c190 uint64_t T1 = h + S1 (e) + Ch (e, f, g) + K[t] + W[t]; in sha512_process_block() local
H A Dcrypt_sha256.c163 uint32_t T1 = h + S1 (e) + Ch (e, f, g) + K[t] + W[t]; in sha256_process_block() local

Completed in 13 milliseconds