Home
last modified time | relevance | path

Searched defs:RoundKey (Results 1 – 1 of 1) sorted by relevance

/third_party/nghttp2/bpf/
Dreuseport_kern.c53 __u8 RoundKey[AES_keyExpSize]; member
130 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()