Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/core/
H A Drtw_security.c633 signed int a4_exists, in construct_mic_iv() argument
643 if (qc_exists && a4_exists) in construct_mic_iv()
646 if (qc_exists && !a4_exists) in construct_mic_iv()
711 signed int a4_exists, in construct_mic_header2() argument
729 if (!qc_exists && a4_exists) { in construct_mic_header2()
734 if (qc_exists && !a4_exists) { in construct_mic_header2()
739 if (qc_exists && a4_exists) { in construct_mic_header2()
756 signed int a4_exists, in construct_ctr_preload() argument
770 if (qc_exists && a4_exists) in construct_ctr_preload()
772 if (qc_exists && !a4_exists) in construct_ctr_preload()
[all …]