Searched refs:to_ds (Results 1 – 4 of 4) sorted by relevance
1096 UINT to_ds; in RTMPSoftDecryptTKIP() local1130 to_ds = (fc1 & 0x1); 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()1254 UINT to_ds; in RTMPSoftDecryptAES() local1282 to_ds = (fc1 & 0x1); in RTMPSoftDecryptAES()1284 a4_exists = (from_ds & to_ds); in RTMPSoftDecryptAES()
1099 UINT to_ds; in RTMPSoftDecryptTKIP() local1133 to_ds = (fc1 & 0x1); 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()1259 UINT to_ds; in RTMPSoftDecryptAES() local1287 to_ds = (fc1 & 0x1); in RTMPSoftDecryptAES()1289 a4_exists = (from_ds & to_ds); in RTMPSoftDecryptAES()
552 u8 to_ds:1; member554 u8 to_ds:1; member
92 u8 to_ds:1; member