Searched defs:RoundKey (Results 1 – 2 of 2) sorted by relevance
48 __u8 RoundKey[AES_keyExpSize]; member91 static void AddRoundKey(__u8 round, state_t *state, const __u8 *RoundKey) { in AddRoundKey()188 static void InvCipher(state_t *state, const __u8 *RoundKey) { in InvCipher()
783 void KeyExpansion(uint8_t *RoundKey, const uint8_t *Key) { in KeyExpansion()