Searched refs:arcfour_encrypt (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/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.10/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 632 arcfour_encrypt(&mycontext, payload, payload, length); in rtw_tkip_encrypt() 633 arcfour_encrypt(&mycontext, payload + length, crc, 4); in rtw_tkip_encrypt() 638 arcfour_encrypt(&mycontext, payload, payload, length); in rtw_tkip_encrypt() 639 arcfour_encrypt(&mycontext, payload + length, crc, 4); in rtw_tkip_encrypt() 703 arcfour_encrypt(&mycontext, payload, payload, length); in rtw_tkip_decrypt()
|
/Linux-v5.10/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() 708 arcfour_encrypt(&mycontext, payload, payload, length); in rtw_tkip_encrypt() 709 arcfour_encrypt(&mycontext, payload+length, crc, 4); in rtw_tkip_encrypt() 715 arcfour_encrypt(&mycontext, payload, payload, length); in rtw_tkip_encrypt() 716 arcfour_encrypt(&mycontext, payload+length, crc, 4); in rtw_tkip_encrypt() [all …]
|