Searched refs:nwords (Results 1 – 4 of 4) 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()
307 tokenize (char *the_line, char **the_words, int nwords) in tokenize() argument311 while (nwords > 0) in tokenize()325 nwords--; in tokenize()