Searched refs:tail_bytes (Results 1 – 4 of 4) sorted by relevance
26 unsigned int tail_bytes = bytes % CHACHA_BLOCK_SIZE; in chacha_crypt_arch() local37 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()
164 $tail_bytes:172 bgt $18, $tail_bytes # U : more to be done?
1713 int head_bytes, tail_bytes; in free_pagelist() local1717 tail_bytes = (pagelist->offset + actual) & in free_pagelist()1728 (tail_bytes != 0)) in free_pagelist()1733 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()