Home
last modified time | relevance | path

Searched refs:a4_exists (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/staging/rtl8712/
Drtl871x_security.c894 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 …]
/Linux-v5.10/drivers/staging/rtl8723bs/core/
Drtw_security.c888 sint a4_exists,
903 sint a4_exists,
908 sint a4_exists,
1111 sint a4_exists, in construct_mic_iv() argument
1122 if (qc_exists && a4_exists) in construct_mic_iv()
1125 if (qc_exists && !a4_exists) in construct_mic_iv()
1195 sint a4_exists, in construct_mic_header2() argument
1215 if (!qc_exists && a4_exists) { in construct_mic_header2()
1220 if (qc_exists && !a4_exists) { in construct_mic_header2()
1225 if (qc_exists && a4_exists) { in construct_mic_header2()
[all …]