| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/common/ |
| H A D | aes_cmac_rom.c | 62 xor_128(UINT8 *a, UINT8 *b, UINT8 *out) in xor_128() function 104 xor_128(tmp, const_Rb, K1); in generate_subkey() 111 xor_128(tmp, const_Rb, K2); in generate_subkey() 164 xor_128(&input[16 * (n - 1)], K1, M_last); in mrvl_aes_cmac() 167 xor_128(padded, K2, M_last); in mrvl_aes_cmac() 173 xor_128(X, &input[16 * i], Y); /* Y := Mi (+) X */ in mrvl_aes_cmac() 177 xor_128(X, M_last, Y); in mrvl_aes_cmac()
|
| H A D | aes_cmac_rom.h | 42 extern void xor_128(UINT8 *a, UINT8 *b, UINT8 *out);
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8712/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_security.c | 915 static void xor_128(u8 *a, u8 *b, u8 *out); 930 static void xor_128(u8 *a, u8 *b, u8 *out) in xor_128() function 1082 xor_128(round_key, data, ciphertext); in aes128k128d() 1087 xor_128(intermediateb, round_key, ciphertext); in aes128k128d() 1095 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/ |
| H A D | rtw_security.c | 1029 static void xor_128(u8 *a, u8 *b, u8 *out); 1044 static void xor_128(u8 *a, u8 *b, u8 *out) in xor_128() function 1188 xor_128(round_key, data, ciphertext); in aes128k128d() 1193 xor_128(intermediateb, round_key, ciphertext); in aes128k128d() 1201 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/ |
| H A D | rtw_security.c | 1029 static void xor_128(u8 *a, u8 *b, u8 *out); 1044 static void xor_128(u8 *a, u8 *b, u8 *out) in xor_128() function 1188 xor_128(round_key, data, ciphertext); in aes128k128d() 1193 xor_128(intermediateb, round_key, ciphertext); in aes128k128d() 1201 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/ |
| H A D | rtw_security.c | 1029 static void xor_128(u8 *a, u8 *b, u8 *out); 1044 static void xor_128(u8 *a, u8 *b, u8 *out) in xor_128() function 1188 xor_128(round_key, data, ciphertext); in aes128k128d() 1193 xor_128(intermediateb, round_key, ciphertext); in aes128k128d() 1201 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/ |
| H A D | rtw_security.c | 1029 static void xor_128(u8 *a, u8 *b, u8 *out); 1044 static void xor_128(u8 *a, u8 *b, u8 *out) in xor_128() function 1188 xor_128(round_key, data, ciphertext); in aes128k128d() 1193 xor_128(intermediateb, round_key, ciphertext); in aes128k128d() 1201 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A 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 1106 xor_128(round_key, data, ciphertext); in aes128k128d() 1111 xor_128(intermediateb, round_key, ciphertext); in aes128k128d() 1119 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A 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 1106 xor_128(round_key, data, ciphertext); in aes128k128d() 1111 xor_128(intermediateb, round_key, ciphertext); in aes128k128d() 1119 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/ |
| H A D | rtw_security.c | 1029 static void xor_128(u8 *a, u8 *b, u8 *out); 1044 static void xor_128(u8 *a, u8 *b, u8 *out) in xor_128() function 1188 xor_128(round_key, data, ciphertext); in aes128k128d() 1193 xor_128(intermediateb, round_key, ciphertext); in aes128k128d() 1201 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/ |
| H A D | rtw_security.c | 1030 static void xor_128(u8 *a, u8 *b, u8 *out); 1045 static void xor_128(u8 *a, u8 *b, u8 *out) in xor_128() function 1189 xor_128(round_key, data, ciphertext); in aes128k128d() 1194 xor_128(intermediateb, round_key, ciphertext); in aes128k128d() 1202 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/ |
| H A D | rtw_security.c | 1029 static void xor_128(u8 *a, u8 *b, u8 *out); 1044 static void xor_128(u8 *a, u8 *b, u8 *out) in xor_128() function 1188 xor_128(round_key, data, ciphertext); in aes128k128d() 1193 xor_128(intermediateb, round_key, ciphertext); in aes128k128d() 1201 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/ |
| H A D | rtw_security.c | 1030 static void xor_128(u8 *a, u8 *b, u8 *out); 1045 static void xor_128(u8 *a, u8 *b, u8 *out) in xor_128() function 1189 xor_128(round_key, data, ciphertext); in aes128k128d() 1194 xor_128(intermediateb, round_key, ciphertext); in aes128k128d() 1202 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/ |
| H A D | rtw_security.c | 1050 static void xor_128(u8 *a, u8 *b, u8 *out); 1072 static void xor_128(u8 *a, u8 *b, u8 *out) in xor_128() function 1241 xor_128(round_key, data, ciphertext); in aes128k128d() 1248 xor_128(intermediateb, round_key, ciphertext); in aes128k128d() 1258 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/ |
| H A D | rtw_security.c | 1032 static void xor_128(u8 *a, u8 *b, u8 *out); 1054 static void xor_128(u8 *a, u8 *b, u8 *out) in xor_128() function 1211 xor_128(round_key, data, ciphertext); in aes128k128d() 1216 xor_128(intermediateb, round_key, ciphertext); in aes128k128d() 1224 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/ |
| H A D | rtw_security.c | 1050 static void xor_128(u8 *a, u8 *b, u8 *out); 1072 static void xor_128(u8 *a, u8 *b, u8 *out) in xor_128() function 1241 xor_128(round_key, data, ciphertext); in aes128k128d() 1248 xor_128(intermediateb, round_key, ciphertext); in aes128k128d() 1258 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/ |
| H A D | rtw_security.c | 978 static void xor_128(u8 *a, u8 *b, u8 *out); 1000 static void xor_128(u8 *a, u8 *b, u8 *out) in xor_128() function 1144 xor_128(round_key, data, ciphertext); in aes128k128d() 1149 xor_128(intermediateb, round_key, ciphertext); in aes128k128d() 1157 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/ |
| H A D | rtw_security.c | 979 static void xor_128(u8 *a, u8 *b, u8 *out); 994 static void xor_128(u8 *a, u8 *b, u8 *out) in xor_128() function 1138 xor_128(round_key, data, ciphertext); in aes128k128d() 1143 xor_128(intermediateb, round_key, ciphertext); in aes128k128d() 1151 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/ |
| H A D | rtw_security.c | 979 static void xor_128(u8 *a, u8 *b, u8 *out); 994 static void xor_128(u8 *a, u8 *b, u8 *out) in xor_128() function 1138 xor_128(round_key, data, ciphertext); in aes128k128d() 1143 xor_128(intermediateb, round_key, ciphertext); in aes128k128d() 1151 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/ |
| H A D | rtw_security.c | 978 static void xor_128(u8 *a, u8 *b, u8 *out); 993 static void xor_128(u8 *a, u8 *b, u8 *out) in xor_128() function 1137 xor_128(round_key, data, ciphertext); in aes128k128d() 1142 xor_128(intermediateb, round_key, ciphertext); in aes128k128d() 1150 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/ |
| H A D | rtw_security.c | 979 static void xor_128(u8 *a, u8 *b, u8 *out); 994 static void xor_128(u8 *a, u8 *b, u8 *out) in xor_128() function 1138 xor_128(round_key, data, ciphertext); in aes128k128d() 1143 xor_128(intermediateb, round_key, ciphertext); in aes128k128d() 1151 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
|