Home
last modified time | relevance | path

Searched refs:qc_exists (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/staging/r8188eu/core/
Drtw_security.c635 static void construct_mic_iv(u8 *mic_header1, int qc_exists, int a4_exists, u8 *mpdu, uint payload_…
637 static void construct_mic_header2(u8 *mic_header2, u8 *mpdu, int a4_exists, int qc_exists);
638 static void construct_ctr_preload(u8 *ctr_preload, int a4_exists, int qc_exists, u8 *mpdu, u8 *pn_v…
826 static void construct_mic_iv(u8 *mic_iv, int qc_exists, int a4_exists, u8 *mpdu, in construct_mic_iv() argument
832 if (qc_exists && a4_exists) in construct_mic_iv()
834 if (qc_exists && !a4_exists) in construct_mic_iv()
836 if (!qc_exists) in construct_mic_iv()
879 static void construct_mic_header2(u8 *mic_header2, u8 *mpdu, int a4_exists, int qc_exists) in construct_mic_header2() argument
896 if (!qc_exists && a4_exists) { in construct_mic_header2()
901 if (qc_exists && !a4_exists) { in construct_mic_header2()
[all …]
/Linux-v6.1/drivers/staging/rtl8723bs/core/
Drtw_security.c647 signed int qc_exists,
660 signed int qc_exists);
663 signed int qc_exists,
693 signed int qc_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()
710 if (!qc_exists) in construct_mic_iv()
773 signed int qc_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()
[all …]
/Linux-v6.1/drivers/staging/rtl8712/
Drtl871x_security.c893 static void construct_mic_iv(u8 *mic_iv, sint qc_exists, sint a4_exists, 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()
903 if (!qc_exists) in construct_mic_iv()
945 sint qc_exists) in construct_mic_header2() argument
959 if (!qc_exists && a4_exists) in construct_mic_header2()
962 if (qc_exists && !a4_exists) { in construct_mic_header2()
966 if (qc_exists && a4_exists) { in construct_mic_header2()
980 sint a4_exists, sint qc_exists, in construct_ctr_preload() argument
989 if (qc_exists && a4_exists) in construct_ctr_preload()
[all …]