Searched refs:trailfcs (Results 1 – 4 of 4) sorted by relevance
234 UINT trailfcs; in RTMPSoftDecryptWEP() local255 NdisMoveMemory(&trailfcs, pPayload + payload_len - 8, 4); in RTMPSoftDecryptWEP()259 if(crc32 != cpu2le32(trailfcs)) in RTMPSoftDecryptWEP()
1116 UINT trailfcs = 0; in RTMPSoftDecryptTKIP() local1207 NdisMoveMemory(&trailfcs, pData + DataByteCnt - 8 - 4, 4); in RTMPSoftDecryptTKIP()1211 if(crc32 != cpu2le32(trailfcs)) in RTMPSoftDecryptTKIP()
225 UINT trailfcs; in RTMPSoftDecryptWEP() local246 NdisMoveMemory(&trailfcs, pPayload + payload_len - 8, 4); in RTMPSoftDecryptWEP()250 if(crc32 != cpu2le32(trailfcs)) in RTMPSoftDecryptWEP()
1113 UINT trailfcs = 0; in RTMPSoftDecryptTKIP() local1204 NdisMoveMemory(&trailfcs, pData + DataByteCnt - 8 - 4, 4); in RTMPSoftDecryptTKIP()1208 if(crc32 != cpu2le32(trailfcs)) in RTMPSoftDecryptTKIP()