Home
last modified time | relevance | path

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

/drivers/staging/rt2870/common/
Drtmp_wep.c234 UINT trailfcs; in RTMPSoftDecryptWEP() local
255 NdisMoveMemory(&trailfcs, pPayload + payload_len - 8, 4); in RTMPSoftDecryptWEP()
259 if(crc32 != cpu2le32(trailfcs)) in RTMPSoftDecryptWEP()
Drtmp_tkip.c1116 UINT trailfcs = 0; in RTMPSoftDecryptTKIP() local
1207 NdisMoveMemory(&trailfcs, pData + DataByteCnt - 8 - 4, 4); in RTMPSoftDecryptTKIP()
1211 if(crc32 != cpu2le32(trailfcs)) in RTMPSoftDecryptTKIP()
/drivers/staging/rt2860/common/
Drtmp_wep.c225 UINT trailfcs; in RTMPSoftDecryptWEP() local
246 NdisMoveMemory(&trailfcs, pPayload + payload_len - 8, 4); in RTMPSoftDecryptWEP()
250 if(crc32 != cpu2le32(trailfcs)) in RTMPSoftDecryptWEP()
Drtmp_tkip.c1113 UINT trailfcs = 0; in RTMPSoftDecryptTKIP() local
1204 NdisMoveMemory(&trailfcs, pData + DataByteCnt - 8 - 4, 4); in RTMPSoftDecryptTKIP()
1208 if(crc32 != cpu2le32(trailfcs)) in RTMPSoftDecryptTKIP()