Searched refs:xor_128 (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_security.c | 782 static void xor_128(u8 *a, u8 *b, u8 *out); 796 static void xor_128(u8 *a, u8 *b, u8 *out) in xor_128() function 937 xor_128(round_key, data, ciphertext); in aes128k128d() 942 xor_128(intermediateb, round_key, ciphertext); in aes128k128d() 950 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
|
/Linux-v4.19/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 760 static void xor_128(u8 *a, u8 *b, u8 *out) in xor_128() function 891 xor_128(round_key, data, ciphertext); in aes128k128d() 896 xor_128(intermediateb, round_key, ciphertext); in aes128k128d() 904 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
|
/Linux-v4.19/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()
|