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.c655 signed int a4_exists, in construct_mic_iv() argument
665 if (qc_exists && a4_exists) in construct_mic_iv()
668 if (qc_exists && !a4_exists) in construct_mic_iv()
733 signed int a4_exists, in construct_mic_header2() argument
751 if (!qc_exists && a4_exists) { in construct_mic_header2()
756 if (qc_exists && !a4_exists) { in construct_mic_header2()
761 if (qc_exists && a4_exists) { in construct_mic_header2()
778 signed int a4_exists, in construct_ctr_preload() argument
792 if (qc_exists && a4_exists) in construct_ctr_preload()
794 if (qc_exists && !a4_exists) in construct_ctr_preload()
[all …]