Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8712/
Drtl871x_security.c135 static u32 getcrc32(u8 *buf, u32 len) in getcrc32() function
183 *((__le32 *)crc) = cpu_to_le32(getcrc32( in r8712_wep_encrypt()
194 *((__le32 *)crc) = cpu_to_le32(getcrc32( in r8712_wep_encrypt()
239 *((__le32 *)crc) = cpu_to_le32(getcrc32(payload, length - 4)); in r8712_wep_decrypt()
608 getcrc32(payload, length)); in r8712_tkip_encrypt()
619 *((__le32 *)crc) = cpu_to_le32(getcrc32( in r8712_tkip_encrypt()
687 *((__le32 *)crc) = cpu_to_le32(getcrc32(payload, in r8712_tkip_decrypt()
/Linux-v5.10/drivers/staging/rtl8188eu/core/
Drtw_security.c114 static __le32 getcrc32(u8 *buf, int len) in getcrc32() function
629 *((__le32 *)crc) = getcrc32(payload, length);/* modified by Amy*/ in rtw_tkip_encrypt()
636 *((__le32 *)crc) = getcrc32(payload, length);/* modified by Amy*/ in rtw_tkip_encrypt()
705 *((__le32 *)crc) = getcrc32(payload, length - 4); in rtw_tkip_decrypt()
/Linux-v5.10/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()
705 *((__le32 *)crc) = getcrc32(payload, length);/* modified by Amy*/ in rtw_tkip_encrypt()
713 *((__le32 *)crc) = getcrc32(payload, length);/* modified by Amy*/ in rtw_tkip_encrypt()
812 *((u32 *)crc) = le32_to_cpu(getcrc32(payload, length-4)); in rtw_tkip_decrypt()