Home
last modified time | relevance | path

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

/drivers/staging/rtl8712/
Drtl871x_security.c894 static void construct_mic_iv(u8 *mic_iv, sint qc_exists, sint a4_exists, in construct_mic_iv() argument
900 if (qc_exists && a4_exists) in construct_mic_iv()
902 if (qc_exists && !a4_exists) in construct_mic_iv()
904 if (!qc_exists) in construct_mic_iv()
946 sint qc_exists) in construct_mic_header2() argument
960 if (!qc_exists && a4_exists) in construct_mic_header2()
963 if (qc_exists && !a4_exists) { in construct_mic_header2()
967 if (qc_exists && a4_exists) { in construct_mic_header2()
981 sint a4_exists, sint qc_exists, in construct_ctr_preload() argument
990 if (qc_exists && a4_exists) in construct_ctr_preload()
[all …]
/drivers/staging/rtl8723bs/core/
Drtw_security.c887 sint qc_exists,
904 sint qc_exists
909 sint qc_exists,
1110 sint qc_exists, in construct_mic_iv() argument
1122 if (qc_exists && a4_exists) in construct_mic_iv()
1125 if (qc_exists && !a4_exists) in construct_mic_iv()
1128 if (!qc_exists) in construct_mic_iv()
1196 sint qc_exists in construct_mic_header2() argument
1215 if (!qc_exists && a4_exists) { in construct_mic_header2()
1220 if (qc_exists && !a4_exists) { in construct_mic_header2()
[all …]