Searched refs:to_ds (Results 1 – 2 of 2) sorted by relevance
714 u32 to_ds; in RTMPSoftDecryptTKIP() local744 to_ds = (fc1 & 0x1); in RTMPSoftDecryptTKIP()746 a4_exists = (from_ds & to_ds); in RTMPSoftDecryptTKIP()778 if (to_ds == 0 && from_ds == 1) { in RTMPSoftDecryptTKIP()782 } else if (to_ds == 0 && from_ds == 0) { in RTMPSoftDecryptTKIP()786 } else if (to_ds == 1 && from_ds == 0) { in RTMPSoftDecryptTKIP()790 } else if (to_ds == 1 && from_ds == 1) { in RTMPSoftDecryptTKIP()
425 u32 to_ds; in RTMPSoftDecryptAES() local449 to_ds = (fc1 & 0x1); in RTMPSoftDecryptAES()451 a4_exists = (from_ds & to_ds); in RTMPSoftDecryptAES()