Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8712/
Drtl871x_security.c147 static u32 getcrc32(u8 *buf, u32 len) in getcrc32() function
195 *((__le32 *)crc) = cpu_to_le32(getcrc32( in r8712_wep_encrypt()
206 *((__le32 *)crc) = cpu_to_le32(getcrc32( in r8712_wep_encrypt()
251 *((__le32 *)crc) = cpu_to_le32(getcrc32(payload, length - 4)); in r8712_wep_decrypt()
620 getcrc32(payload, length)); in r8712_tkip_encrypt()
631 *((__le32 *)crc) = cpu_to_le32(getcrc32( in r8712_tkip_encrypt()
699 *((__le32 *)crc) = cpu_to_le32(getcrc32(payload, in r8712_tkip_decrypt()
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_security.c193 static __le32 getcrc32(u8 *buf, sint len) in getcrc32() function
249 *((__le32 *)crc) = getcrc32(payload, length); in rtw_wep_encrypt()
257 *((__le32 *)crc) = getcrc32(payload, length); in rtw_wep_encrypt()
303 *((u32 *)crc) = le32_to_cpu(getcrc32(payload, length-4)); in rtw_wep_decrypt()
725 *((__le32 *)crc) = getcrc32(payload, length);/* modified by Amy*/ in rtw_tkip_encrypt()
733 *((__le32 *)crc) = getcrc32(payload, length);/* modified by Amy*/ in rtw_tkip_encrypt()
846 *((u32 *)crc) = le32_to_cpu(getcrc32(payload, length-4)); in rtw_tkip_decrypt()
/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_security.c115 static __le32 getcrc32(u8 *buf, int len) in getcrc32() function
632 *((__le32 *)crc) = getcrc32(payload, length);/* modified by Amy*/ in rtw_tkip_encrypt()
639 *((__le32 *)crc) = getcrc32(payload, length);/* modified by Amy*/ in rtw_tkip_encrypt()
710 *((__le32 *)crc) = getcrc32(payload, length-4); in rtw_tkip_decrypt()