Searched refs:qc_exists (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/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() 924 if (!qc_exists) in construct_mic_iv() 966 sint qc_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() 1001 sint a4_exists, sint qc_exists, in construct_ctr_preload() argument 1010 if (qc_exists && a4_exists) in construct_ctr_preload() [all …]
|
/Linux-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_security.c | 778 static void construct_mic_iv(u8 *mic_header1, int qc_exists, int a4_exists, u8 *mpdu, uint payload_… 780 static void construct_mic_header2(u8 *mic_header2, u8 *mpdu, int a4_exists, int qc_exists); 781 static void construct_ctr_preload(u8 *ctr_preload, int a4_exists, int qc_exists, u8 *mpdu, u8 *pn_v… 960 static void construct_mic_iv(u8 *mic_iv, int qc_exists, int a4_exists, u8 *mpdu, in construct_mic_iv() argument 966 if (qc_exists && a4_exists) in construct_mic_iv() 968 if (qc_exists && !a4_exists) in construct_mic_iv() 970 if (!qc_exists) in construct_mic_iv() 1010 static void construct_mic_header2(u8 *mic_header2, u8 *mpdu, int a4_exists, int qc_exists) in construct_mic_header2() argument 1027 if (!qc_exists && a4_exists) { in construct_mic_header2() 1032 if (qc_exists && !a4_exists) { in construct_mic_header2() [all …]
|
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_security.c | 919 sint qc_exists, 936 sint qc_exists 941 sint qc_exists, 1142 sint qc_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() 1160 if (!qc_exists) in construct_mic_iv() 1228 sint qc_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() [all …]
|