Home
last modified time | relevance | path

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

/drivers/staging/rtl8712/
Drtl871x_security.c92 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 …]
/drivers/staging/r8188eu/core/
Drtw_security.c68 static void arcfour_encrypt(struct arc4context *parc4ctx, u8 *dest, u8 *src, u32 len) in arcfour_encrypt() function
122 arcfour_encrypt(&mycontext, payload, payload, length); in rtw_wep_encrypt()
123 arcfour_encrypt(&mycontext, payload + length, crc.f1, 4); in rtw_wep_encrypt()
128 arcfour_encrypt(&mycontext, payload, payload, length); in rtw_wep_encrypt()
129 arcfour_encrypt(&mycontext, payload + length, crc.f1, 4); in rtw_wep_encrypt()
165 arcfour_encrypt(&mycontext, payload, payload, length); in rtw_wep_decrypt()
562 arcfour_encrypt(&mycontext, payload, payload, length); in rtw_tkip_encrypt()
563 arcfour_encrypt(&mycontext, payload + length, crc.f1, 4); in rtw_tkip_encrypt()
569 arcfour_encrypt(&mycontext, payload, payload, length); in rtw_tkip_encrypt()
570 arcfour_encrypt(&mycontext, payload + length, crc.f1, 4); in rtw_tkip_encrypt()
[all …]