Searched refs:full_blocks (Results 1 – 2 of 2) sorted by relevance
25 unsigned int full_blocks = bytes / CHACHA_BLOCK_SIZE; in chacha_crypt_arch() local32 if (full_blocks) { in chacha_crypt_arch()33 chacha_zvkb(state, src, dst, full_blocks, nrounds); in chacha_crypt_arch()34 src += full_blocks * CHACHA_BLOCK_SIZE; in chacha_crypt_arch()35 dst += full_blocks * CHACHA_BLOCK_SIZE; in chacha_crypt_arch()
1004 struct list_head *full_blocks) in prepend_basic_blocks() argument1009 first_bb = list_first_entry(full_blocks, typeof(*first_bb), list); in prepend_basic_blocks()1011 if (list_empty(full_blocks)) in prepend_basic_blocks()1032 list_splice(this_blocks, full_blocks); in prepend_basic_blocks()