Home
last modified time | relevance | path

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

/crypto/
Daegis128-core.c297 unsigned int fill = AEGIS_BLOCK_SIZE - pos; in crypto_aegis128_process_ad() local
298 memcpy(buf.bytes + pos, src, fill); in crypto_aegis128_process_ad()
301 left -= fill; in crypto_aegis128_process_ad()
302 src += fill; in crypto_aegis128_process_ad()