Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/core/
A Drtw_security.c658 signed int a4_exists,
661 signed int a4_exists,
771 signed int a4_exists, in construct_mic_header2() argument
816 signed int a4_exists, in construct_ctr_preload() argument
830 if (qc_exists && a4_exists) in construct_ctr_preload()
895 a4_exists = 0; in aes_cipher()
897 a4_exists = 1; in aes_cipher()
928 a4_exists, in aes_cipher()
941 a4_exists, in aes_cipher()
1121 a4_exists = 0; in aes_decipher()
[all …]
/linux/drivers/staging/rtl8712/
A Drtl871x_security.c899 if (qc_exists && a4_exists) in construct_mic_iv()
901 if (qc_exists && !a4_exists) in construct_mic_iv()
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()
989 if (qc_exists && a4_exists) in construct_ctr_preload()
991 if (qc_exists && !a4_exists) in construct_ctr_preload()
1043 a4_exists = 0; in aes_cipher()
1045 a4_exists = 1; in aes_cipher()
1224 a4_exists = 0; in aes_decipher()
[all …]

Completed in 11 milliseconds