roundKey          574 crypto/anubis.c static void anubis_crypt(u32 roundKey[ANUBIS_MAX_ROUNDS + 1][4],
roundKey          588 crypto/anubis.c 		state[i] = be32_to_cpu(src[i]) ^ roundKey[0][i];
roundKey          600 crypto/anubis.c 			roundKey[r][0];
roundKey          606 crypto/anubis.c 			roundKey[r][1];
roundKey          612 crypto/anubis.c 			roundKey[r][2];
roundKey          618 crypto/anubis.c 			roundKey[r][3];
roundKey          634 crypto/anubis.c 		roundKey[R][0];
roundKey          640 crypto/anubis.c 		roundKey[R][1];
roundKey          646 crypto/anubis.c 		roundKey[R][2];
roundKey          652 crypto/anubis.c 		roundKey[R][3];
roundKey          802 crypto/khazad.c static void khazad_crypt(const u64 roundKey[KHAZAD_ROUNDS + 1],
roundKey          810 crypto/khazad.c 	state = be64_to_cpu(*src) ^ roundKey[0];
roundKey          821 crypto/khazad.c 			roundKey[r];
roundKey          832 crypto/khazad.c 		roundKey[KHAZAD_ROUNDS];