Home
last modified time | relevance | path

Searched refs:frsubtype (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/staging/rtl8723bs/core/
A Drtw_security.c883 uint frsubtype = GetFrameSubType(pframe); in aes_cipher() local
885 frsubtype = frsubtype>>4; in aes_cipher()
908 ((frsubtype == 0x08) || in aes_cipher()
909 (frsubtype == 0x09) || in aes_cipher()
910 (frsubtype == 0x0a) || in aes_cipher()
911 (frsubtype == 0x0b))) { in aes_cipher()
1098 frsubtype = frsubtype>>4; in aes_decipher()
1134 ((frsubtype == 0x08) || in aes_decipher()
1135 (frsubtype == 0x09) || in aes_decipher()
1136 (frsubtype == 0x0a) || in aes_decipher()
[all …]
/linux/drivers/staging/r8188eu/core/
A Drtw_security.c975 uint frsubtype = GetFrameSubType(pframe); in aes_cipher() local
977 frsubtype = frsubtype >> 4; in aes_cipher()
996 …} else if ((frsubtype == 0x08) || (frsubtype == 0x09) || (frsubtype == 0x0a) || (frsubtype == 0x0b… in aes_cipher()
1169 uint frsubtype = GetFrameSubType(pframe); in aes_decipher() local
1171 frsubtype = frsubtype >> 4; in aes_decipher()
1204 } else if ((frsubtype == 0x08) || (frsubtype == 0x09) || in aes_decipher()
1205 (frsubtype == 0x0a) || (frsubtype == 0x0b)) { in aes_decipher()
/linux/drivers/staging/rtl8712/
A Drtl871x_security.c1032 u16 frsubtype = GetFrameSubType(pframe); in aes_cipher() local
1034 frsubtype >>= 4; in aes_cipher()
1054 } else if ((frsubtype == 0x08) || in aes_cipher()
1055 (frsubtype == 0x09) || in aes_cipher()
1056 (frsubtype == 0x0a) || in aes_cipher()
1057 (frsubtype == 0x0b)) { in aes_cipher()
1206 frsubtype >>= 4; in aes_decipher()
1234 } else if ((frsubtype == 0x08) || in aes_decipher()
1235 (frsubtype == 0x09) || in aes_decipher()
1236 (frsubtype == 0x0a) || in aes_decipher()
[all …]

Completed in 12 milliseconds