Home
last modified time | relevance | path

Searched refs:AddRoundKey (Results 1 – 3 of 3) sorted by relevance

/third_party/nghttp2/bpf/
Dreuseport_kern.c194 static void AddRoundKey(__u8 round, state_t *state, const __u8 *RoundKey) { in AddRoundKey() function
294 AddRoundKey(Nr, state, RoundKey); in InvCipher()
301 AddRoundKey(Nr - 1, state, RoundKey); in InvCipher()
306 AddRoundKey(Nr - 2, state, RoundKey); in InvCipher()
311 AddRoundKey(Nr - 3, state, RoundKey); in InvCipher()
316 AddRoundKey(Nr - 4, state, RoundKey); in InvCipher()
321 AddRoundKey(Nr - 5, state, RoundKey); in InvCipher()
326 AddRoundKey(Nr - 6, state, RoundKey); in InvCipher()
331 AddRoundKey(Nr - 7, state, RoundKey); in InvCipher()
336 AddRoundKey(Nr - 8, state, RoundKey); in InvCipher()
[all …]
/third_party/openssl/crypto/aes/
Daes_core.c527 static void AddRoundKey(u64 *state, const u64 *w) in AddRoundKey() function
541 AddRoundKey(state, w); in Cipher()
548 AddRoundKey(state, w + i*2); in Cipher()
554 AddRoundKey(state, w + nr*2); in Cipher()
568 AddRoundKey(state, w + nr*2); in InvCipher()
574 AddRoundKey(state, w + i*2); in InvCipher()
581 AddRoundKey(state, w); in InvCipher()
/third_party/node/deps/openssl/openssl/crypto/aes/
Daes_core.c527 static void AddRoundKey(u64 *state, const u64 *w) in AddRoundKey() function
541 AddRoundKey(state, w); in Cipher()
548 AddRoundKey(state, w + i*2); in Cipher()
554 AddRoundKey(state, w + nr*2); in Cipher()
568 AddRoundKey(state, w + nr*2); in InvCipher()
574 AddRoundKey(state, w + i*2); in InvCipher()
581 AddRoundKey(state, w); in InvCipher()