Home
last modified time | relevance | path

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

/third_party/nghttp2/bpf/
Dreuseport_kern.c48 __u8 RoundKey[AES_keyExpSize]; member
91 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()
/third_party/nghttp2/src/
Dshrpx_worker.cc783 void KeyExpansion(uint8_t *RoundKey, const uint8_t *Key) { in KeyExpansion()