Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
Daegis128-core.c25 #define AEGIS128_STATE_BLOCKS 5 macro
31 union aegis_block blocks[AEGIS128_STATE_BLOCKS];
80 tmp = state->blocks[AEGIS128_STATE_BLOCKS - 1]; in crypto_aegis128_update()
81 for (i = AEGIS128_STATE_BLOCKS - 1; i > 0; i--) in crypto_aegis128_update()
365 for (i = 0; i < AEGIS128_STATE_BLOCKS; i++) in crypto_aegis128_final()
/Linux-v5.4/arch/x86/crypto/
Daegis128-aesni-glue.c21 #define AEGIS128_STATE_BLOCKS 5 macro
52 struct aegis_block blocks[AEGIS128_STATE_BLOCKS];