Home
last modified time | relevance | path

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

/linux/lib/crypto/riscv/
H A Dchacha.h26 unsigned int tail_bytes = bytes % CHACHA_BLOCK_SIZE; in chacha_crypt_arch() local
37 if (tail_bytes) { in chacha_crypt_arch()
38 memcpy(block_buffer, src, tail_bytes); in chacha_crypt_arch()
40 memcpy(dst, block_buffer, tail_bytes); in chacha_crypt_arch()
/linux/arch/alpha/lib/
H A Dev6-memcpy.S164 $tail_bytes:
172 bgt $18, $tail_bytes # U : more to be done?
/linux/drivers/platform/raspberrypi/vchiq-interface/
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/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()