Home
last modified time | relevance | path

Searched refs:to_ds (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/staging/rt2860/common/
Dcmm_tkip.c714 u32 to_ds; in RTMPSoftDecryptTKIP() local
744 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()
Dcmm_aes.c425 u32 to_ds; in RTMPSoftDecryptAES() local
449 to_ds = (fc1 & 0x1); in RTMPSoftDecryptAES()
451 a4_exists = (from_ds & to_ds); in RTMPSoftDecryptAES()