AEGIS128_BLOCK_SIZE
memset(buf.bytes + pos, 0, AEGIS128_BLOCK_SIZE - pos);
aegis128_aesni_ad(state, buf.bytes, AEGIS128_BLOCK_SIZE);
while (walk->nbytes >= AEGIS128_BLOCK_SIZE) {
AEGIS128_BLOCK_SIZE));
AEGIS128_BLOCK_SIZE));
walk->nbytes % AEGIS128_BLOCK_SIZE);
.chunksize = AEGIS128_BLOCK_SIZE,
u8 bytes[AEGIS128_BLOCK_SIZE] __aligned(AEGIS128_BLOCK_ALIGN);
if (pos + size >= AEGIS128_BLOCK_SIZE) {
unsigned int fill = AEGIS128_BLOCK_SIZE - pos;
AEGIS128_BLOCK_SIZE);
left & ~(AEGIS128_BLOCK_SIZE - 1));
src += left & ~(AEGIS128_BLOCK_SIZE - 1);
left &= AEGIS128_BLOCK_SIZE - 1;