Searched refs:nwords (Results 1 – 3 of 3) sorted by relevance
9 size_t nwords = len / sizeof (uint32_t); in __sha256_process_block() local26 while (nwords > 0) in __sha256_process_block()86 nwords -= 16; in __sha256_process_block()
9 size_t nwords = len / sizeof (uint64_t); in __sha512_process_block() local33 while (nwords > 0) in __sha512_process_block()93 nwords -= 16; in __sha512_process_block()
18 size_t nwords = len / sizeof (md5_uint32); in __md5_process_block() local19 const md5_uint32 *endp = words + nwords; in __md5_process_block()
Completed in 7 milliseconds