Searched refs:DataByteCnt (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/staging/rt2860/common/ |
D | cmm_tkip.c | 703 unsigned long DataByteCnt, in RTMPSoftDecryptTKIP() argument 796 num_blocks = (DataByteCnt - 16) / 16; in RTMPSoftDecryptTKIP() 797 payload_remainder = (DataByteCnt - 16) % 16; in RTMPSoftDecryptTKIP() 807 pData + HeaderLen + 8, DataByteCnt - HeaderLen - 8); in RTMPSoftDecryptTKIP() 808 NdisMoveMemory(&trailfcs, pData + DataByteCnt - 8 - 4, 4); in RTMPSoftDecryptTKIP() 809 …crc32 = RTMP_CALC_FCS32(PPPINITFCS32, pData + HeaderLen, DataByteCnt - HeaderLen - 8 - 4); /*Skip … in RTMPSoftDecryptTKIP() 818 NdisMoveMemory(TrailMIC, pData + DataByteCnt - 8 - 8 - 4, 8); in RTMPSoftDecryptTKIP() 822 DataByteCnt - HeaderLen - 8 - 12); in RTMPSoftDecryptTKIP()
|
D | cmm_wep.c | 216 unsigned long DataByteCnt, struct rt_cipher_key *pGroupKey) in RTMPSoftDecryptWEP() argument 229 unsigned long payload_len = DataByteCnt - LENGTH_802_11; in RTMPSoftDecryptWEP()
|
D | cmm_aes.c | 411 unsigned long DataByteCnt, struct rt_cipher_key *pWpaKey) in RTMPSoftDecryptAES() argument 478 payload_len = DataByteCnt - HeaderLen - 8 - 8; /* 8 bytes for CCMP header , 8 bytes for MIC */ in RTMPSoftDecryptAES()
|
/linux-2.6.39/drivers/staging/rt2860/ |
D | rtmp.h | 2584 unsigned long DataByteCnt, struct rt_cipher_key *pGroupKey); 3352 unsigned long DataByteCnt, 3357 unsigned long DataByteCnt, struct rt_cipher_key *pWpaKey);
|