Home
last modified time | relevance | path

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

/src/sys/contrib/dev/athk/ath10k/
H A Dhtt_rx.c1443 bool is_decrypted, in ath10k_htt_rx_h_undecap_raw() argument
1535 if (!is_decrypted) in ath10k_htt_rx_h_undecap_raw()
1881 bool is_decrypted) in ath10k_htt_rx_h_undecap() argument
1913 is_decrypted, first_hdr); in ath10k_htt_rx_h_undecap()
2075 bool is_decrypted; in ath10k_htt_rx_h_mpdu() local
2140 is_decrypted = (enctype != HTT_RX_MPDU_ENCRYPT_NONE && in ath10k_htt_rx_h_mpdu()
2178 if (is_decrypted) { in ath10k_htt_rx_h_mpdu()
2192 if (frag && !fill_crypt_header && is_decrypted && in ath10k_htt_rx_h_mpdu()
2222 is_decrypted); in ath10k_htt_rx_h_mpdu()
2228 if (!is_decrypted) in ath10k_htt_rx_h_mpdu()
/src/sys/contrib/dev/athk/ath12k/
H A Ddp_rx.c2216 bool is_decrypted = false; in ath12k_dp_rx_h_mpdu() local
2243 is_decrypted = ath12k_dp_rx_h_is_decrypted(ab, rx_desc); in ath12k_dp_rx_h_mpdu()
2257 if (is_decrypted) { in ath12k_dp_rx_h_mpdu()
2270 enctype, rx_status, is_decrypted); in ath12k_dp_rx_h_mpdu()
2272 if (!is_decrypted || fill_crypto_hdr) in ath12k_dp_rx_h_mpdu()
2905 bool is_decrypted = false; in ath12k_dp_rx_h_defrag() local
2920 is_decrypted = ath12k_dp_rx_h_is_decrypted(ab, in ath12k_dp_rx_h_defrag()
2923 if (is_decrypted) { in ath12k_dp_rx_h_defrag()
/src/sys/contrib/dev/athk/ath11k/
H A Ddp_rx.c2284 bool is_decrypted = false; in ath11k_dp_rx_h_mpdu() local
2316 is_decrypted = ath11k_dp_rx_h_attn_is_decrypted(rx_attention); in ath11k_dp_rx_h_mpdu()
2330 if (is_decrypted) { in ath11k_dp_rx_h_mpdu()
2343 enctype, rx_status, is_decrypted); in ath11k_dp_rx_h_mpdu()
2345 if (!is_decrypted || fill_crypto_hdr) in ath11k_dp_rx_h_mpdu()
3409 bool is_decrypted = false; in ath11k_dp_rx_h_defrag() local
3425 is_decrypted = ath11k_dp_rx_h_attn_is_decrypted(rx_attention); in ath11k_dp_rx_h_defrag()
3428 if (is_decrypted) { in ath11k_dp_rx_h_defrag()