Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_security.c47 static void arcfour_init(struct arc4context *parc4ctx, u8 *key, u32 key_len) in arcfour_init() function
185 arcfour_init(&mycontext, wepkey, 3 + keylength); in r8712_wep_encrypt()
196 arcfour_init(&mycontext, wepkey, 3 + keylength); in r8712_wep_encrypt()
236 arcfour_init(&mycontext, wepkey, 3 + keylength); in r8712_wep_decrypt()
608 arcfour_init(&mycontext, rc4key, 16); in r8712_tkip_encrypt()
620 arcfour_init(&mycontext, rc4key, 16); in r8712_tkip_encrypt()
684 arcfour_init(&mycontext, rc4key, 16); in r8712_tkip_decrypt()