Home
last modified time | relevance | path

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

/linux-6.12.1/arch/riscv/crypto/
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.12.1/arch/alpha/lib/
Dev6-memcpy.S164 $tail_bytes:
172 bgt $18, $tail_bytes # U : more to be done?
/linux-6.12.1/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_arm.c449 int head_bytes, tail_bytes; in free_pagelist() local
453 tail_bytes = (pagelist->offset + actual) & in free_pagelist()
466 (tail_bytes != 0)) in free_pagelist()
471 tail_bytes); in free_pagelist()
/linux-6.12.1/drivers/net/ethernet/microchip/vcap/
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()