Home
last modified time | relevance | path

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

/Linux-v5.4/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()
945 static void construct_mic_header2(u8 *mic_header2, u8 *mpdu, sint a4_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()
992 if (qc_exists && !a4_exists) in construct_ctr_preload()
[all …]
/Linux-v5.4/drivers/staging/rtl8188eu/core/
Drtw_security.c777 static void construct_mic_iv(u8 *mic_header1, int qc_exists, int a4_exists, u8 *mpdu, uint payload_…
779 static void construct_mic_header2(u8 *mic_header2, u8 *mpdu, int a4_exists, int qc_exists);
780 static void construct_ctr_preload(u8 *ctr_preload, int a4_exists, int qc_exists, u8 *mpdu, u8 *pn_v…
959 static void construct_mic_iv(u8 *mic_iv, int qc_exists, int a4_exists, u8 *mpdu, in construct_mic_iv() argument
965 if (qc_exists && a4_exists) in construct_mic_iv()
967 if (qc_exists && !a4_exists) in construct_mic_iv()
1009 static void construct_mic_header2(u8 *mic_header2, u8 *mpdu, int a4_exists, int qc_exists) in construct_mic_header2() argument
1026 if (!qc_exists && a4_exists) { in construct_mic_header2()
1031 if (qc_exists && !a4_exists) { in construct_mic_header2()
1036 if (qc_exists && a4_exists) { in construct_mic_header2()
[all …]
/Linux-v5.4/drivers/staging/rtl8723bs/core/
Drtw_security.c920 sint a4_exists,
935 sint a4_exists,
940 sint a4_exists,
1143 sint a4_exists, in construct_mic_iv() argument
1154 if (qc_exists && a4_exists) in construct_mic_iv()
1157 if (qc_exists && !a4_exists) in construct_mic_iv()
1227 sint a4_exists, in construct_mic_header2() argument
1247 if (!qc_exists && a4_exists) { in construct_mic_header2()
1253 if (qc_exists && !a4_exists) { in construct_mic_header2()
1258 if (qc_exists && a4_exists) { in construct_mic_header2()
[all …]