Home
last modified time | relevance | path

Searched refs:Ch (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/standard/
H A Dcrypt_sha256.c148 #define Ch(x, y, z) ((x & y) ^ (~x & z)) in sha256_process_block() macro
169 uint32_t T1 = h + S1 (e) + Ch (e, f, g) + K[t] + W[t]; in sha256_process_block()
H A Dcrypt_sha512.c173 #define Ch(x, y, z) ((x & y) ^ (~x & z)) in sha512_process_block() macro
196 uint64_t T1 = h + S1 (e) + Ch (e, f, g) + K[t] + W[t]; in sha512_process_block()
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic13217 # direct read/write support by driver functions 03h,0Ch

Completed in 57 milliseconds