Home
last modified time | relevance | path

Searched refs:round_key (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/staging/r8188eu/core/
Drtw_security.c796 u8 round_key[16]; in aes128k128d() local
799 round_key[i] = key[i]; in aes128k128d()
802 xor_128(round_key, data, ciphertext); in aes128k128d()
803 next_key(round_key, round); in aes128k128d()
807 xor_128(intermediateb, round_key, ciphertext); in aes128k128d()
815 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
816 next_key(round_key, round); in aes128k128d()
/linux-6.1.9/drivers/staging/rtl8712/
Drtl871x_security.c864 u8 round_key[16]; in aes128k128d() local
867 round_key[i] = key[i]; in aes128k128d()
870 xor_128(round_key, data, ciphertext); in aes128k128d()
871 next_key(round_key, round); in aes128k128d()
875 xor_128(intermediateb, round_key, ciphertext); in aes128k128d()
883 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
884 next_key(round_key, round); in aes128k128d()