Home
last modified time | relevance | path

Searched refs:from_ds (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/rt2860/common/
Drtmp_tkip.c1095 UINT from_ds; in RTMPSoftDecryptTKIP() local
1129 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() local
1281 from_ds = (fc1 & 0x2) >> 1; in RTMPSoftDecryptAES()
1284 a4_exists = (from_ds & to_ds); in RTMPSoftDecryptAES()
/drivers/staging/rt2870/common/
Drtmp_tkip.c1098 UINT from_ds; in RTMPSoftDecryptTKIP() local
1132 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() local
1286 from_ds = (fc1 & 0x2) >> 1; in RTMPSoftDecryptAES()
1289 a4_exists = (from_ds & to_ds); in RTMPSoftDecryptAES()
/drivers/staging/winbond/
Dmac_structures.h551 u8 from_ds:1; member
555 u8 from_ds:1; member
Dwbhal_s.h93 u8 from_ds:1; member