Searched refs:AEGIS128_BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance
19 #define AEGIS128_BLOCK_SIZE 16 macro48 u8 bytes[AEGIS128_BLOCK_SIZE] __aligned(AEGIS128_BLOCK_ALIGN);84 if (pos + size >= AEGIS128_BLOCK_SIZE) { in crypto_aegis128_aesni_process_ad()86 unsigned int fill = AEGIS128_BLOCK_SIZE - pos; in crypto_aegis128_aesni_process_ad()89 AEGIS128_BLOCK_SIZE, in crypto_aegis128_aesni_process_ad()98 src += left & ~(AEGIS128_BLOCK_SIZE - 1); in crypto_aegis128_aesni_process_ad()99 left &= AEGIS128_BLOCK_SIZE - 1; in crypto_aegis128_aesni_process_ad()112 memset(buf.bytes + pos, 0, AEGIS128_BLOCK_SIZE - pos); in crypto_aegis128_aesni_process_ad()113 crypto_aegis128_aesni_ad(state, AEGIS128_BLOCK_SIZE, buf.bytes); in crypto_aegis128_aesni_process_ad()121 while (walk->nbytes >= AEGIS128_BLOCK_SIZE) { in crypto_aegis128_aesni_process_crypt()[all …]