Home
last modified time | relevance | path

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

/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()