Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_security.c833 static void construct_mic_header2(u8 *mic_header2, u8 *mpdu, int a4_exists,
1007 static void construct_mic_iv(u8 *mic_iv, int qc_exists, int a4_exists, u8 *mpdu, in construct_mic_iv() argument
1013 if (qc_exists && a4_exists) in construct_mic_iv()
1015 if (qc_exists && !a4_exists) in construct_mic_iv()
1058 static void construct_mic_header2(u8 *mic_header2, u8 *mpdu, int a4_exists, in construct_mic_header2() argument
1076 if (!qc_exists && a4_exists) { in construct_mic_header2()
1081 if (qc_exists && !a4_exists) { in construct_mic_header2()
1086 if (qc_exists && a4_exists) { in construct_mic_header2()
1101 static void construct_ctr_preload(u8 *ctr_preload, int a4_exists, int qc_exists, in construct_ctr_preload() argument
1112 if (qc_exists && a4_exists) in construct_ctr_preload()
[all …]
/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_security.c764 static void construct_mic_iv(u8 *mic_header1, int qc_exists, int a4_exists, u8 *mpdu, uint payload_…
766 static void construct_mic_header2(u8 *mic_header2, u8 *mpdu, int a4_exists, int qc_exists);
767 static void construct_ctr_preload(u8 *ctr_preload, int a4_exists, int qc_exists, u8 *mpdu, u8 *pn_v…
941 static void construct_mic_iv(u8 *mic_iv, int qc_exists, int a4_exists, u8 *mpdu, in construct_mic_iv() argument
946 if (qc_exists && a4_exists) in construct_mic_iv()
948 if (qc_exists && !a4_exists) in construct_mic_iv()
990 static void construct_mic_header2(u8 *mic_header2, u8 *mpdu, int a4_exists, int qc_exists) in construct_mic_header2() argument
1006 if (!qc_exists && a4_exists) { in construct_mic_header2()
1011 if (qc_exists && !a4_exists) { in construct_mic_header2()
1016 if (qc_exists && a4_exists) { in construct_mic_header2()
[all …]
/linux-4.1.27/drivers/staging/rtl8712/
Drtl871x_security.c909 static void construct_mic_iv(u8 *mic_iv, sint qc_exists, sint a4_exists, in construct_mic_iv() argument
915 if (qc_exists && a4_exists) in construct_mic_iv()
917 if (qc_exists && !a4_exists) in construct_mic_iv()
960 static void construct_mic_header2(u8 *mic_header2, u8 *mpdu, sint a4_exists, in construct_mic_header2() argument
975 if (!qc_exists && a4_exists) in construct_mic_header2()
978 if (qc_exists && !a4_exists) { in construct_mic_header2()
982 if (qc_exists && a4_exists) { in construct_mic_header2()
995 static void construct_ctr_preload(u8 *ctr_preload, sint a4_exists, sint qc_exists, in construct_ctr_preload() argument
1004 if (qc_exists && a4_exists) in construct_ctr_preload()
1006 if (qc_exists && !a4_exists) in construct_ctr_preload()
[all …]