Home
last modified time | relevance | path

Searched refs:tail_bytes (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/arch/riscv/crypto/
H A Dchacha-riscv64-glue.c27 unsigned int tail_bytes; in riscv64_chacha20_crypt() local
38 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()
/linux-6.15/arch/alpha/lib/
H A Dev6-memcpy.S164 $tail_bytes:
172 bgt $18, $tail_bytes # U : more to be done?
/linux-6.15/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_core.c1713 int head_bytes, tail_bytes; in free_pagelist() local
1717 tail_bytes = (pagelist->offset + actual) & in free_pagelist()
1728 (tail_bytes != 0)) in free_pagelist()
1733 tail_bytes); in free_pagelist()
/linux-6.15/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api.c1073 int tail_bytes = (((size + 4) >> 2) << 2) - size; in vcap_copy_from_w32be() local
1079 nidx -= tail_bytes; in vcap_copy_from_w32be()