Searched refs:fill (Results 1 – 1 of 1) sorted by relevance
297 unsigned int fill = AEGIS_BLOCK_SIZE - pos; in crypto_aegis128_process_ad() local298 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()