Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_security.c931 u8 round_key[16]; in aes128k128d() local
934 round_key[i] = key[i]; in aes128k128d()
937 xor_128(round_key, data, ciphertext); in aes128k128d()
938 next_key(round_key, round); in aes128k128d()
942 xor_128(intermediateb, round_key, ciphertext); in aes128k128d()
950 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
951 next_key(round_key, round); in aes128k128d()
/Linux-v4.19/drivers/staging/rtl8712/
Drtl871x_security.c885 u8 round_key[16]; in aes128k128d() local
888 round_key[i] = key[i]; in aes128k128d()
891 xor_128(round_key, data, ciphertext); in aes128k128d()
892 next_key(round_key, round); in aes128k128d()
896 xor_128(intermediateb, round_key, ciphertext); in aes128k128d()
904 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
905 next_key(round_key, round); in aes128k128d()
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_security.c1107 u8 round_key[16]; in aes128k128d() local
1110 round_key[i] = key[i]; in aes128k128d()
1114 xor_128(round_key, data, ciphertext); in aes128k128d()
1115 next_key(round_key, round); in aes128k128d()
1119 xor_128(intermediateb, round_key, ciphertext); in aes128k128d()
1127 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
1128 next_key(round_key, round); in aes128k128d()