Searched refs:arcfour_encrypt (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/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() 609 arcfour_encrypt(&mycontext, payload, in r8712_tkip_encrypt() 611 arcfour_encrypt(&mycontext, payload + in r8712_tkip_encrypt() 621 arcfour_encrypt(&mycontext, payload, in r8712_tkip_encrypt() 623 arcfour_encrypt(&mycontext, in r8712_tkip_encrypt() [all …]
|