Searched refs:a4_exists (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/r8188eu/core/ |
D | rtw_security.c | 702 static void construct_mic_iv(u8 *mic_header1, int qc_exists, int a4_exists, u8 *mpdu, uint payload_… 704 static void construct_mic_header2(u8 *mic_header2, u8 *mpdu, int a4_exists, int qc_exists); 705 static void construct_ctr_preload(u8 *ctr_preload, int a4_exists, int qc_exists, u8 *mpdu, u8 *pn_v… 893 static void construct_mic_iv(u8 *mic_iv, int qc_exists, int a4_exists, u8 *mpdu, in construct_mic_iv() argument 899 if (qc_exists && a4_exists) in construct_mic_iv() 901 if (qc_exists && !a4_exists) in construct_mic_iv() 946 static void construct_mic_header2(u8 *mic_header2, u8 *mpdu, int a4_exists, int qc_exists) in construct_mic_header2() argument 963 if (!qc_exists && a4_exists) { in construct_mic_header2() 968 if (qc_exists && !a4_exists) { in construct_mic_header2() 973 if (qc_exists && a4_exists) { in construct_mic_header2() [all …]
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_security.c | 648 signed int a4_exists, 659 signed int a4_exists, 662 signed int a4_exists, 694 signed int a4_exists, in construct_mic_iv() argument 704 if (qc_exists && a4_exists) in construct_mic_iv() 707 if (qc_exists && !a4_exists) in construct_mic_iv() 772 signed int a4_exists, in construct_mic_header2() argument 790 if (!qc_exists && a4_exists) { in construct_mic_header2() 795 if (qc_exists && !a4_exists) { in construct_mic_header2() 800 if (qc_exists && a4_exists) { in construct_mic_header2() [all …]
|
/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 894 static void construct_mic_iv(u8 *mic_iv, sint qc_exists, sint a4_exists, in construct_mic_iv() argument 900 if (qc_exists && a4_exists) in construct_mic_iv() 902 if (qc_exists && !a4_exists) in construct_mic_iv() 945 static void construct_mic_header2(u8 *mic_header2, u8 *mpdu, sint a4_exists, in construct_mic_header2() argument 960 if (!qc_exists && a4_exists) in construct_mic_header2() 963 if (qc_exists && !a4_exists) { in construct_mic_header2() 967 if (qc_exists && a4_exists) { in construct_mic_header2() 981 sint a4_exists, sint qc_exists, in construct_ctr_preload() argument 990 if (qc_exists && a4_exists) in construct_ctr_preload() 992 if (qc_exists && !a4_exists) in construct_ctr_preload() [all …]
|