Searched refs:tail_bytes (Results 1 – 4 of 4) sorted by relevance
27 unsigned int tail_bytes; in riscv64_chacha20_crypt() local38 tail_bytes = walk.nbytes & (CHACHA_BLOCK_SIZE - 1); in riscv64_chacha20_crypt()45 if (walk.nbytes == walk.total && tail_bytes > 0) { in riscv64_chacha20_crypt()47 tail_bytes); in riscv64_chacha20_crypt()51 tail_bytes); in riscv64_chacha20_crypt()52 tail_bytes = 0; in riscv64_chacha20_crypt()56 err = skcipher_walk_done(&walk, tail_bytes); in riscv64_chacha20_crypt()
164 $tail_bytes:172 bgt $18, $tail_bytes # U : more to be done?
449 int head_bytes, tail_bytes; in free_pagelist() local453 tail_bytes = (pagelist->offset + actual) & in free_pagelist()466 (tail_bytes != 0)) in free_pagelist()471 tail_bytes); in free_pagelist()
1073 int tail_bytes = (((size + 4) >> 2) << 2) - size; in vcap_copy_from_w32be() local1079 nidx -= tail_bytes; in vcap_copy_from_w32be()