Searched refs:is_decrypted (Results 1 – 3 of 3) sorted by relevance
950 int is_decrypted = skb->decrypted; in tls_device_decrypted() local951 int is_encrypted = !is_decrypted; in tls_device_decrypted()956 is_decrypted &= skb_iter->decrypted; in tls_device_decrypted()962 is_encrypted, is_decrypted); in tls_device_decrypted()964 ctx->sw.decrypted |= is_decrypted; in tls_device_decrypted()970 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()1768 bool is_decrypted; in ath10k_htt_rx_h_mpdu() local1817 is_decrypted = (enctype != HTT_RX_MPDU_ENCRYPT_NONE && in ath10k_htt_rx_h_mpdu()1855 if (is_decrypted) { in ath10k_htt_rx_h_mpdu()1871 is_decrypted); in ath10k_htt_rx_h_mpdu()1877 if (!is_decrypted) in ath10k_htt_rx_h_mpdu()
2141 bool is_decrypted = false; in ath11k_dp_rx_h_mpdu() local2167 is_decrypted = ath11k_dp_rx_h_attn_is_decrypted(rx_desc); in ath11k_dp_rx_h_mpdu()2181 if (is_decrypted) { in ath11k_dp_rx_h_mpdu()2194 enctype, rx_status, is_decrypted); in ath11k_dp_rx_h_mpdu()2196 if (!is_decrypted || fill_crypto_hdr) in ath11k_dp_rx_h_mpdu()3150 bool is_decrypted = false; in ath11k_dp_rx_h_defrag() local3165 is_decrypted = ath11k_dp_rx_h_attn_is_decrypted(rx_desc); in ath11k_dp_rx_h_defrag()3167 if (is_decrypted) { in ath11k_dp_rx_h_defrag()