Home
last modified time | relevance | path

Searched refs:arcfour_encrypt (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/rtl8712/
Drtl871x_security.c105 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 …]
/drivers/staging/rtl8188eu/core/
Drtw_security.c75 static void arcfour_encrypt(struct arc4context *parc4ctx, u8 *dest, u8 *src, u32 len) in arcfour_encrypt() function
177 arcfour_encrypt(&mycontext, payload, payload, length); in rtw_wep_encrypt()
178 arcfour_encrypt(&mycontext, payload+length, crc, 4); in rtw_wep_encrypt()
183 arcfour_encrypt(&mycontext, payload, payload, length); in rtw_wep_encrypt()
184 arcfour_encrypt(&mycontext, payload+length, crc, 4); in rtw_wep_encrypt()
222 arcfour_encrypt(&mycontext, payload, payload, length); in rtw_wep_decrypt()
615 arcfour_encrypt(&mycontext, payload, payload, length); in rtw_tkip_encrypt()
616 arcfour_encrypt(&mycontext, payload+length, crc, 4); in rtw_tkip_encrypt()
621 arcfour_encrypt(&mycontext, payload, payload, length); in rtw_tkip_encrypt()
622 arcfour_encrypt(&mycontext, payload+length, crc, 4); in rtw_tkip_encrypt()
[all …]