Searched refs:arcfour_encrypt (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 105 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-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_security.c | 79 static void arcfour_encrypt(struct arc4context *parc4ctx, u8 *dest, in arcfour_encrypt() function 192 arcfour_encrypt(&mycontext, payload, payload, length); in rtw_wep_encrypt23a() 193 arcfour_encrypt(&mycontext, payload + length, in rtw_wep_encrypt23a() 200 arcfour_encrypt(&mycontext, payload, payload, length); in rtw_wep_encrypt23a() 201 arcfour_encrypt(&mycontext, payload + length, in rtw_wep_encrypt23a() 245 arcfour_encrypt(&mycontext, payload, payload, length); in rtw_wep_decrypt23a() 684 arcfour_encrypt(&mycontext, payload, payload, length); in rtw_tkip_encrypt23a() 685 arcfour_encrypt(&mycontext, payload + length, in rtw_tkip_encrypt23a() 696 arcfour_encrypt(&mycontext, payload, payload, length); in rtw_tkip_encrypt23a() 697 arcfour_encrypt(&mycontext, payload + length, in rtw_tkip_encrypt23a() [all …]
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_security.c | 80 static void arcfour_encrypt(struct arc4context *parc4ctx, u8 *dest, u8 *src, u32 len) in arcfour_encrypt() function 182 arcfour_encrypt(&mycontext, payload, payload, length); in rtw_wep_encrypt() 183 arcfour_encrypt(&mycontext, payload+length, crc, 4); in rtw_wep_encrypt() 188 arcfour_encrypt(&mycontext, payload, payload, length); in rtw_wep_encrypt() 189 arcfour_encrypt(&mycontext, payload+length, crc, 4); in rtw_wep_encrypt() 227 arcfour_encrypt(&mycontext, payload, payload, length); in rtw_wep_decrypt() 621 arcfour_encrypt(&mycontext, payload, payload, length); in rtw_tkip_encrypt() 622 arcfour_encrypt(&mycontext, payload+length, crc, 4); in rtw_tkip_encrypt() 627 arcfour_encrypt(&mycontext, payload, payload, length); in rtw_tkip_encrypt() 628 arcfour_encrypt(&mycontext, payload+length, crc, 4); in rtw_tkip_encrypt() [all …]
|