Searched defs:RoundKey (Results 1 – 1 of 1) sorted by relevance
53 __u8 RoundKey[AES_keyExpSize]; member130 static void KeyExpansion(__u8 *RoundKey, const __u8 *Key) { in KeyExpansion()194 static void AddRoundKey(__u8 round, state_t *state, const __u8 *RoundKey) { in AddRoundKey()291 static void InvCipher(state_t *state, const __u8 *RoundKey) { in InvCipher()