Home
last modified time | relevance | path

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

/linux-2.4.37.9/crypto/
Danubis.c42 #define ANUBIS_MAX_ROUNDS (8 + ANUBIS_MAX_N) macro
47 u32 E[ANUBIS_MAX_ROUNDS + 1][4];
48 u32 D[ANUBIS_MAX_ROUNDS + 1][4];
578 static void anubis_crypt(u32 roundKey[ANUBIS_MAX_ROUNDS + 1][4], in anubis_crypt()