Searched refs:from_ds (Results 1 – 4 of 4) sorted by relevance
1095 UINT from_ds; in RTMPSoftDecryptTKIP() local1129 from_ds = (fc1 & 0x2) >> 1; in RTMPSoftDecryptTKIP()1132 a4_exists = (from_ds & to_ds); in RTMPSoftDecryptTKIP()1168 if (to_ds == 0 && from_ds == 1) in RTMPSoftDecryptTKIP()1174 else if (to_ds == 0 && from_ds == 0 ) in RTMPSoftDecryptTKIP()1180 else if (to_ds == 1 && from_ds == 0) in RTMPSoftDecryptTKIP()1186 else if (to_ds == 1 && from_ds == 1) in RTMPSoftDecryptTKIP()1253 UINT from_ds; in RTMPSoftDecryptAES() local1281 from_ds = (fc1 & 0x2) >> 1; in RTMPSoftDecryptAES()1284 a4_exists = (from_ds & to_ds); in RTMPSoftDecryptAES()
1098 UINT from_ds; in RTMPSoftDecryptTKIP() local1132 from_ds = (fc1 & 0x2) >> 1; in RTMPSoftDecryptTKIP()1135 a4_exists = (from_ds & to_ds); in RTMPSoftDecryptTKIP()1171 if (to_ds == 0 && from_ds == 1) in RTMPSoftDecryptTKIP()1177 else if (to_ds == 0 && from_ds == 0 ) in RTMPSoftDecryptTKIP()1183 else if (to_ds == 1 && from_ds == 0) in RTMPSoftDecryptTKIP()1189 else if (to_ds == 1 && from_ds == 1) in RTMPSoftDecryptTKIP()1258 UINT from_ds; in RTMPSoftDecryptAES() local1286 from_ds = (fc1 & 0x2) >> 1; in RTMPSoftDecryptAES()1289 a4_exists = (from_ds & to_ds); in RTMPSoftDecryptAES()
551 u8 from_ds:1; member555 u8 from_ds:1; member
93 u8 from_ds:1; member