Searched refs:is_decrypted (Results 1 – 3 of 3) sorted by relevance
951 int is_decrypted = skb->decrypted; in tls_device_decrypted() local952 int is_encrypted = !is_decrypted; in tls_device_decrypted()957 is_decrypted &= skb_iter->decrypted; in tls_device_decrypted()963 is_encrypted, is_decrypted); in tls_device_decrypted()965 ctx->sw.decrypted |= is_decrypted; in tls_device_decrypted()968 if (likely(is_encrypted || is_decrypted)) in tls_device_decrypted()982 if (is_decrypted) { in tls_device_decrypted()
1356 bool is_decrypted, in ath10k_htt_rx_h_undecap_raw() argument1431 if (!is_decrypted) in ath10k_htt_rx_h_undecap_raw()1674 bool is_decrypted) in ath10k_htt_rx_h_undecap() argument1697 is_decrypted, first_hdr); in ath10k_htt_rx_h_undecap()1847 bool is_decrypted; in ath10k_htt_rx_h_mpdu() local1897 is_decrypted = (enctype != HTT_RX_MPDU_ENCRYPT_NONE && in ath10k_htt_rx_h_mpdu()1935 if (is_decrypted) { in ath10k_htt_rx_h_mpdu()1949 if (frag && !fill_crypt_header && is_decrypted && in ath10k_htt_rx_h_mpdu()1981 is_decrypted); in ath10k_htt_rx_h_mpdu()1987 if (!is_decrypted) in ath10k_htt_rx_h_mpdu()
2251 bool is_decrypted = false; in ath11k_dp_rx_h_mpdu() local2283 is_decrypted = ath11k_dp_rx_h_attn_is_decrypted(rx_attention); in ath11k_dp_rx_h_mpdu()2297 if (is_decrypted) { in ath11k_dp_rx_h_mpdu()2310 enctype, rx_status, is_decrypted); in ath11k_dp_rx_h_mpdu()2312 if (!is_decrypted || fill_crypto_hdr) in ath11k_dp_rx_h_mpdu()3304 bool is_decrypted = false; in ath11k_dp_rx_h_defrag() local3320 is_decrypted = ath11k_dp_rx_h_attn_is_decrypted(rx_attention); in ath11k_dp_rx_h_defrag()3323 if (is_decrypted) { in ath11k_dp_rx_h_defrag()
Completed in 25 milliseconds