Searched refs:a4_exists (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_security.c | 831 static void construct_mic_header2(u8 *mic_header2, u8 *mpdu, int a4_exists, 1005 static void construct_mic_iv(u8 *mic_iv, int qc_exists, int a4_exists, u8 *mpdu, in construct_mic_iv() argument 1011 if (qc_exists && a4_exists) in construct_mic_iv() 1013 if (qc_exists && !a4_exists) in construct_mic_iv() 1056 static void construct_mic_header2(u8 *mic_header2, u8 *mpdu, int a4_exists, in construct_mic_header2() argument 1074 if (!qc_exists && a4_exists) { in construct_mic_header2() 1079 if (qc_exists && !a4_exists) { in construct_mic_header2() 1084 if (qc_exists && a4_exists) { in construct_mic_header2() 1099 static void construct_ctr_preload(u8 *ctr_preload, int a4_exists, int qc_exists, in construct_ctr_preload() argument 1110 if (qc_exists && a4_exists) in construct_ctr_preload() [all …]
|
/linux-4.4.14/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() 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.4.14/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 914 static void construct_mic_iv(u8 *mic_iv, sint qc_exists, sint a4_exists, in construct_mic_iv() argument 920 if (qc_exists && a4_exists) in construct_mic_iv() 922 if (qc_exists && !a4_exists) in construct_mic_iv() 965 static void construct_mic_header2(u8 *mic_header2, u8 *mpdu, sint a4_exists, in construct_mic_header2() argument 980 if (!qc_exists && a4_exists) in construct_mic_header2() 983 if (qc_exists && !a4_exists) { in construct_mic_header2() 987 if (qc_exists && a4_exists) { in construct_mic_header2() 1000 static void construct_ctr_preload(u8 *ctr_preload, sint a4_exists, sint qc_exists, in construct_ctr_preload() argument 1009 if (qc_exists && a4_exists) in construct_ctr_preload() 1011 if (qc_exists && !a4_exists) in construct_ctr_preload() [all …]
|