Searched refs:words (Results 1 – 3 of 3) sorted by relevance
8 const uint32_t *words = buffer; in __sha256_process_block() local53 W[t] = SWAP (*words); in __sha256_process_block()54 ++words; in __sha256_process_block()
8 const uint64_t *words = buffer; in __sha512_process_block() local60 W[t] = SWAP (*words); in __sha512_process_block()61 ++words; in __sha512_process_block()
17 const md5_uint32 *words = buffer; in __md5_process_block() local19 const md5_uint32 *endp = words + nwords; in __md5_process_block()34 while (words < endp) in __md5_process_block()52 a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T; \ in __md5_process_block()53 ++words; \ in __md5_process_block()
Completed in 7 milliseconds