Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/staging/rtl8723bs/core/
Drtw_security.c648 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 …]
/Linux-v6.6/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()
944 static void construct_mic_header2(u8 *mic_header2, u8 *mpdu, sint a4_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()
991 if (qc_exists && !a4_exists) in construct_ctr_preload()
[all …]