crypto_aegis_const   48 crypto/aegis128-core.c static const union aegis_block crypto_aegis_const[2] = {
crypto_aegis_const  121 crypto/aegis128-core.c 	state->blocks[1] = crypto_aegis_const[1];
crypto_aegis_const  122 crypto/aegis128-core.c 	state->blocks[2] = crypto_aegis_const[0];
crypto_aegis_const  126 crypto/aegis128-core.c 	crypto_aegis_block_xor(&state->blocks[3], &crypto_aegis_const[0]);
crypto_aegis_const  127 crypto/aegis128-core.c 	crypto_aegis_block_xor(&state->blocks[4], &crypto_aegis_const[1]);