Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/core/
A Drtw_security.c882 uint frsubtype = GetFrameSubType(pframe); in aes_cipher() local
884 frsubtype = frsubtype>>4; in aes_cipher()
907 ((frsubtype == 0x08) || in aes_cipher()
908 (frsubtype == 0x09) || in aes_cipher()
909 (frsubtype == 0x0a) || in aes_cipher()
910 (frsubtype == 0x0b))) { in aes_cipher()
1097 frsubtype = frsubtype>>4; in aes_decipher()
1133 ((frsubtype == 0x08) || in aes_decipher()
1134 (frsubtype == 0x09) || in aes_decipher()
1135 (frsubtype == 0x0a) || in aes_decipher()
[all …]
/linux/drivers/staging/rtl8712/
A Drtl871x_security.c1031 u16 frsubtype = GetFrameSubType(pframe); in aes_cipher() local
1033 frsubtype >>= 4; in aes_cipher()
1053 } else if ((frsubtype == 0x08) || in aes_cipher()
1054 (frsubtype == 0x09) || in aes_cipher()
1055 (frsubtype == 0x0a) || in aes_cipher()
1056 (frsubtype == 0x0b)) { in aes_cipher()
1205 frsubtype >>= 4; in aes_decipher()
1233 } else if ((frsubtype == 0x08) || in aes_decipher()
1234 (frsubtype == 0x09) || in aes_decipher()
1235 (frsubtype == 0x0a) || in aes_decipher()
[all …]

Completed in 12 milliseconds