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];66 tmp = state->blocks[AEGIS128_STATE_BLOCKS - 1]; in crypto_aegis128_update()67 for (i = AEGIS128_STATE_BLOCKS - 1; i > 0; i--) in crypto_aegis128_update()363 for (i = 0; i < AEGIS128_STATE_BLOCKS; i++) in crypto_aegis128_final()
21 #define AEGIS128_STATE_BLOCKS 5 macro52 struct aegis_block blocks[AEGIS128_STATE_BLOCKS];