Searched refs:AEGIS128_BLOCK_SIZE (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | aegis128-aesni-glue.c | 19 #define AEGIS128_BLOCK_SIZE 16 macro 48 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...] |
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | aegis128-aesni-glue.c | 19 #define AEGIS128_BLOCK_SIZE 16 macro 48 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...] |
Completed in 1 milliseconds