Searched refs:arcfour_encrypt (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/staging/rtl8712/ |
| D | rtl871x_security.c | 92 static void arcfour_encrypt(struct arc4context *parc4ctx, in arcfour_encrypt() function 186 arcfour_encrypt(&mycontext, payload, payload, in r8712_wep_encrypt() 188 arcfour_encrypt(&mycontext, payload + length, in r8712_wep_encrypt() 197 arcfour_encrypt(&mycontext, payload, payload, in r8712_wep_encrypt() 199 arcfour_encrypt(&mycontext, payload + length, in r8712_wep_encrypt() 237 arcfour_encrypt(&mycontext, payload, payload, length); in r8712_wep_decrypt() 610 arcfour_encrypt(&mycontext, payload, in r8712_tkip_encrypt() 612 arcfour_encrypt(&mycontext, payload + in r8712_tkip_encrypt() 622 arcfour_encrypt(&mycontext, payload, in r8712_tkip_encrypt() 624 arcfour_encrypt(&mycontext, in r8712_tkip_encrypt() [all …]
|
| /Linux-v5.4/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-v5.4/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 634 arcfour_encrypt(&mycontext, payload, payload, length); in rtw_tkip_encrypt() 635 arcfour_encrypt(&mycontext, payload+length, crc, 4); in rtw_tkip_encrypt() 640 arcfour_encrypt(&mycontext, payload, payload, length); in rtw_tkip_encrypt() 641 arcfour_encrypt(&mycontext, payload+length, crc, 4); in rtw_tkip_encrypt() 707 arcfour_encrypt(&mycontext, payload, payload, length); in rtw_tkip_decrypt()
|