Searched refs:qc_exists (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8723au/core/ |
D | rtw_security.c | 834 int qc_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() 1017 if (!qc_exists) in construct_mic_iv() 1059 int qc_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 [all …]
|
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
D | rtw_security.c | 764 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() 950 if (!qc_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() [all …]
|
/linux-4.1.27/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 909 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() 919 if (!qc_exists) in construct_mic_iv() 961 sint qc_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() [all …]
|