Searched refs:nwords (Results 1 – 2 of 2) sorted by relevance
108 size_t nwords = len / sizeof (uint32_t); in sha256_process_block() local130 while (nwords > 0) { in sha256_process_block()187 nwords -= 16; in sha256_process_block()
134 size_t nwords = len / sizeof(uint64_t); in sha512_process_block() local154 while (nwords > 0) { in sha512_process_block()214 nwords -= 16; in sha512_process_block()
Completed in 44 milliseconds