Searched refs:a4_exists (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/rtl8723au/core/ |
D | rtw_security.c | 836 static void construct_mic_header2(u8 *mic_header2, u8 *mpdu, int a4_exists, 1023 static void construct_mic_iv(u8 *mic_iv, int qc_exists, int a4_exists, u8 *mpdu, in construct_mic_iv() argument 1029 if (qc_exists && a4_exists) in construct_mic_iv() 1031 if (qc_exists && !a4_exists) in construct_mic_iv() 1074 static void construct_mic_header2(u8 *mic_header2, u8 *mpdu, int a4_exists, in construct_mic_header2() argument 1091 if (!qc_exists && a4_exists) in construct_mic_header2() 1097 if (qc_exists && !a4_exists) in construct_mic_header2() 1103 if (qc_exists && a4_exists) in construct_mic_header2() 1118 static void construct_ctr_preload(u8 *ctr_preload, int a4_exists, int qc_exists, in construct_ctr_preload() argument 1127 if (qc_exists && a4_exists) in construct_ctr_preload() [all …]
|
/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 …]
|
/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 911 static void construct_mic_iv(u8 *mic_iv, sint qc_exists, sint a4_exists, in construct_mic_iv() argument 917 if (qc_exists && a4_exists) in construct_mic_iv() 919 if (qc_exists && !a4_exists) in construct_mic_iv() 962 static void construct_mic_header2(u8 *mic_header2, u8 *mpdu, sint a4_exists, in construct_mic_header2() argument 977 if (!qc_exists && a4_exists) in construct_mic_header2() 980 if (qc_exists && !a4_exists) { in construct_mic_header2() 984 if (qc_exists && a4_exists) { in construct_mic_header2() 997 static void construct_ctr_preload(u8 *ctr_preload, sint a4_exists, sint qc_exists, in construct_ctr_preload() argument 1006 if (qc_exists && a4_exists) in construct_ctr_preload() 1008 if (qc_exists && !a4_exists) in construct_ctr_preload() [all …]
|