Home
last modified time | relevance | path

Searched refs:full_blocks (Results 1 – 2 of 2) sorted by relevance

/linux/lib/crypto/riscv/
H A Dchacha.h25 unsigned int full_blocks = bytes / CHACHA_BLOCK_SIZE; in chacha_crypt_arch() local
32 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()
/linux/tools/perf/util/
H A Dannotate-data.c1004 struct list_head *full_blocks) in prepend_basic_blocks() argument
1009 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()