Home
last modified time | relevance | path

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

/third_party/nghttp2/bpf/
Dreuseport_kern.c48 __u8 RoundKey[AES_keyExpSize]; member
89 static void AddRoundKey(__u8 round, state_t *state, const __u8 *RoundKey) { in AddRoundKey()
186 static void InvCipher(state_t *state, const __u8 *RoundKey) { in InvCipher()
/third_party/openhitls/crypto/sm4/src/asm/
Dcrypt_sm4_x86_64.S39 .set RoundKey, %rsi define
/third_party/nghttp2/src/
Dshrpx_worker.cc789 void KeyExpansion(uint8_t *RoundKey, const uint8_t *Key) { in KeyExpansion()