Lines Matching refs:words
808 uint32_t words; in ltc_move_block_to_ififo() local
810 words = num_bytes / 4u; in ltc_move_block_to_ififo()
813 words++; in ltc_move_block_to_ififo()
816 if (words > 4u) in ltc_move_block_to_ififo()
818 words = 4; in ltc_move_block_to_ififo()
821 while (i < words) in ltc_move_block_to_ififo()
3286 uint32_t words; in ltc_hash_block_to_ififo() local
3288 words = numBytes / 4u; in ltc_hash_block_to_ififo()
3291 words++; in ltc_hash_block_to_ififo()
3294 if (words > blockSize / 4u) in ltc_hash_block_to_ififo()
3296 words = blockSize / 4u; in ltc_hash_block_to_ififo()
3299 while (i < words) in ltc_hash_block_to_ififo()