Searched refs:xor_128 (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/staging/rtl8188eu/core/ |
| D | rtw_security.c | 781 static void xor_128(u8 *a, u8 *b, u8 *out); 795 static void xor_128(u8 *a, u8 *b, u8 *out) in xor_128() function 936 xor_128(round_key, data, ciphertext); in aes128k128d() 941 xor_128(intermediateb, round_key, ciphertext); in aes128k128d() 949 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
|
| /Linux-v5.4/drivers/staging/rtl8712/ |
| D | rtl871x_security.c | 740 static void xor_128(u8 *a, u8 *b, u8 *out) in xor_128() function 871 xor_128(round_key, data, ciphertext); in aes128k128d() 876 xor_128(intermediateb, round_key, ciphertext); in aes128k128d() 884 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
|
| /Linux-v5.4/drivers/staging/rtl8723bs/core/ |
| D | rtw_security.c | 947 static void xor_128(u8 *a, u8 *b, u8 *out); 962 static void xor_128(u8 *a, u8 *b, u8 *out) in xor_128() function 1114 xor_128(round_key, data, ciphertext); in aes128k128d() 1119 xor_128(intermediateb, round_key, ciphertext); in aes128k128d() 1127 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
|