Searched refs:is_decrypted (Results 1 – 3 of 3) sorted by relevance
1008 int is_decrypted = skb->decrypted; in tls_device_decrypted() local1009 int is_encrypted = !is_decrypted; in tls_device_decrypted()1017 is_decrypted &= skb_iter->decrypted; in tls_device_decrypted()1026 is_encrypted, is_decrypted); in tls_device_decrypted()1029 if (likely(is_encrypted || is_decrypted)) in tls_device_decrypted()1030 return is_decrypted; in tls_device_decrypted()1043 if (is_decrypted) { in tls_device_decrypted()1045 return is_decrypted; in tls_device_decrypted()
1421 bool is_decrypted, in ath10k_htt_rx_h_undecap_raw() argument1501 if (!is_decrypted) in ath10k_htt_rx_h_undecap_raw()1759 bool is_decrypted) in ath10k_htt_rx_h_undecap() argument1787 is_decrypted, first_hdr); in ath10k_htt_rx_h_undecap()1948 bool is_decrypted; in ath10k_htt_rx_h_mpdu() local2005 is_decrypted = (enctype != HTT_RX_MPDU_ENCRYPT_NONE && in ath10k_htt_rx_h_mpdu()2043 if (is_decrypted) { in ath10k_htt_rx_h_mpdu()2057 if (frag && !fill_crypt_header && is_decrypted && in ath10k_htt_rx_h_mpdu()2089 is_decrypted); in ath10k_htt_rx_h_mpdu()2095 if (!is_decrypted) in ath10k_htt_rx_h_mpdu()
2245 bool is_decrypted = false; in ath11k_dp_rx_h_mpdu() local2277 is_decrypted = ath11k_dp_rx_h_attn_is_decrypted(rx_attention); in ath11k_dp_rx_h_mpdu()2291 if (is_decrypted) { in ath11k_dp_rx_h_mpdu()2304 enctype, rx_status, is_decrypted); in ath11k_dp_rx_h_mpdu()2306 if (!is_decrypted || fill_crypto_hdr) in ath11k_dp_rx_h_mpdu()3282 bool is_decrypted = false; in ath11k_dp_rx_h_defrag() local3298 is_decrypted = ath11k_dp_rx_h_attn_is_decrypted(rx_attention); in ath11k_dp_rx_h_defrag()3301 if (is_decrypted) { in ath11k_dp_rx_h_defrag()