Searched refs:AEGIS128_STATE_BLOCKS (Results 1 – 2 of 2) sorted by relevance
26 #define AEGIS128_STATE_BLOCKS 5 macro32 union aegis_block blocks[AEGIS128_STATE_BLOCKS];52 tmp = state->blocks[AEGIS128_STATE_BLOCKS - 1]; in crypto_aegis128_update()53 for (i = AEGIS128_STATE_BLOCKS - 1; i > 0; i--) in crypto_aegis128_update()327 for (i = 0; i < AEGIS128_STATE_BLOCKS; i++) in crypto_aegis128_final()
25 #define AEGIS128_STATE_BLOCKS 5 macro56 struct aegis_block blocks[AEGIS128_STATE_BLOCKS];