Searched refs:round_key (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 885 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-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_security.c | 974 u8 round_key[16]; in aes128k128d() local 977 round_key[i] = key[i]; in aes128k128d() 981 xor_128(round_key, data, ciphertext); in aes128k128d() 982 next_key(round_key, round); in aes128k128d() 986 xor_128(intermediateb, round_key, ciphertext); in aes128k128d() 994 xor_128(intermediatea, round_key, ciphertext); in aes128k128d() 995 next_key(round_key, round); in aes128k128d()
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_security.c | 913 u8 round_key[16]; in aes128k128d() local 915 round_key[i] = key[i]; in aes128k128d() 918 xor_128(round_key, data, ciphertext); in aes128k128d() 919 next_key(round_key, round); in aes128k128d() 923 xor_128(intermediateb, round_key, ciphertext); in aes128k128d() 931 xor_128(intermediatea, round_key, ciphertext); in aes128k128d() 932 next_key(round_key, round); in aes128k128d()
|