Searched refs:AES_ROUNDS (Results 1 – 3 of 3) sorted by relevance
27 AES_ROUNDS = 10, /* rounds in encryption */ enumerator30 AES_EXPAND_KEY_LENGTH = 4 * AES_STATECOLS * (AES_ROUNDS + 1),
519 for (idx = AES_KEYCOLS; idx < AES_STATECOLS * (AES_ROUNDS + 1); idx++) { in aes_expand_key()553 for (round = 1; round < AES_ROUNDS + 1; round++) { in aes_encrypt()554 if (round < AES_ROUNDS) in aes_encrypt()574 (u32 *)expkey + AES_ROUNDS * AES_STATECOLS); in aes_decrypt()577 for (round = AES_ROUNDS; round--; ) { in aes_decrypt()
169 #define AES_ROUNDS ((UMAC_KEY_LEN / 4) + 6) macro170 typedef UINT8 aes_int_key[AES_ROUNDS+1][4][4]; /* AES internal */172 rijndaelEncrypt((u32 *)(int_key), AES_ROUNDS, (u8 *)(in), (u8 *)(out))