Searched refs:arcfour_encrypt (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 104 static void arcfour_encrypt(struct arc4context *parc4ctx, in arcfour_encrypt() function 198 arcfour_encrypt(&mycontext, payload, payload, in r8712_wep_encrypt() 200 arcfour_encrypt(&mycontext, payload + length, in r8712_wep_encrypt() 209 arcfour_encrypt(&mycontext, payload, payload, in r8712_wep_encrypt() 211 arcfour_encrypt(&mycontext, payload + length, in r8712_wep_encrypt() 249 arcfour_encrypt(&mycontext, payload, payload, length); in r8712_wep_decrypt() 622 arcfour_encrypt(&mycontext, payload, in r8712_tkip_encrypt() 624 arcfour_encrypt(&mycontext, payload + in r8712_tkip_encrypt() 634 arcfour_encrypt(&mycontext, payload, in r8712_tkip_encrypt() 636 arcfour_encrypt(&mycontext, in r8712_tkip_encrypt() [all …]
|
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_security.c | 143 static void arcfour_encrypt( in arcfour_encrypt() function 252 arcfour_encrypt(&mycontext, payload, payload, length); in rtw_wep_encrypt() 253 arcfour_encrypt(&mycontext, payload+length, crc, 4); in rtw_wep_encrypt() 259 arcfour_encrypt(&mycontext, payload, payload, length); in rtw_wep_encrypt() 260 arcfour_encrypt(&mycontext, payload+length, crc, 4); in rtw_wep_encrypt() 300 arcfour_encrypt(&mycontext, payload, payload, length); in rtw_wep_decrypt() 728 arcfour_encrypt(&mycontext, payload, payload, length); in rtw_tkip_encrypt() 729 arcfour_encrypt(&mycontext, payload+length, crc, 4); in rtw_tkip_encrypt() 735 arcfour_encrypt(&mycontext, payload, payload, length); in rtw_tkip_encrypt() 736 arcfour_encrypt(&mycontext, payload+length, crc, 4); in rtw_tkip_encrypt() [all …]
|
/Linux-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_security.c | 70 static void arcfour_encrypt(struct arc4context *parc4ctx, u8 *dest, u8 *src, u32 len) in arcfour_encrypt() function 635 arcfour_encrypt(&mycontext, payload, payload, length); in rtw_tkip_encrypt() 636 arcfour_encrypt(&mycontext, payload+length, crc, 4); in rtw_tkip_encrypt() 641 arcfour_encrypt(&mycontext, payload, payload, length); in rtw_tkip_encrypt() 642 arcfour_encrypt(&mycontext, payload+length, crc, 4); in rtw_tkip_encrypt() 708 arcfour_encrypt(&mycontext, payload, payload, length); in rtw_tkip_decrypt()
|