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

/linux-master/arch/x86/crypto/
H A Daegis128-aesni-glue.c21 #define AEGIS128_STATE_BLOCKS 5 macro
52 struct aegis_block blocks[AEGIS128_STATE_BLOCKS];
/linux-master/crypto/
H A Daegis128-core.c26 #define AEGIS128_STATE_BLOCKS 5 macro
32 union aegis_block blocks[AEGIS128_STATE_BLOCKS];
66 tmp = state->blocks[AEGIS128_STATE_BLOCKS - 1];
67 for (i = AEGIS128_STATE_BLOCKS - 1; i > 0; i--)
362 for (i = 0; i < AEGIS128_STATE_BLOCKS; i++)

Completed in 124 milliseconds