Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Danubis.c43 #define ANUBIS_MAX_ROUNDS (8 + ANUBIS_MAX_N) macro
48 u32 E[ANUBIS_MAX_ROUNDS + 1][4];
49 u32 D[ANUBIS_MAX_ROUNDS + 1][4];
572 static void anubis_crypt(u32 roundKey[ANUBIS_MAX_ROUNDS + 1][4], in anubis_crypt()