Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dcrypt_sha256.c114 size_t nwords = len / sizeof (uint32_t); in sha256_process_block() local
136 while (nwords > 0) { in sha256_process_block()
193 nwords -= 16; in sha256_process_block()
H A Dcrypt_sha512.c140 size_t nwords = len / sizeof(uint64_t); in sha512_process_block() local
160 while (nwords > 0) { in sha512_process_block()
220 nwords -= 16; in sha512_process_block()

Completed in 10 milliseconds