Searched refs:is_decrypted (Results 1 – 4 of 4) sorted by relevance
1010 int is_decrypted = skb->decrypted; in tls_device_decrypted() local1011 int is_encrypted = !is_decrypted; in tls_device_decrypted()1019 is_decrypted &= skb_iter->decrypted; in tls_device_decrypted()1028 is_encrypted, is_decrypted); in tls_device_decrypted()1031 if (likely(is_encrypted || is_decrypted)) in tls_device_decrypted()1032 return is_decrypted; in tls_device_decrypted()1045 if (is_decrypted) { in tls_device_decrypted()1047 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()1945 bool is_decrypted; in ath10k_htt_rx_h_mpdu() local2002 is_decrypted = (enctype != HTT_RX_MPDU_ENCRYPT_NONE && in ath10k_htt_rx_h_mpdu()2040 if (is_decrypted) { in ath10k_htt_rx_h_mpdu()2054 if (frag && !fill_crypt_header && is_decrypted && in ath10k_htt_rx_h_mpdu()2084 is_decrypted); in ath10k_htt_rx_h_mpdu()2090 if (!is_decrypted) in ath10k_htt_rx_h_mpdu()
2196 bool is_decrypted = false; in ath12k_dp_rx_h_mpdu() local2223 is_decrypted = ath12k_dp_rx_h_is_decrypted(ab, rx_desc); in ath12k_dp_rx_h_mpdu()2237 if (is_decrypted) { in ath12k_dp_rx_h_mpdu()2250 enctype, rx_status, is_decrypted); in ath12k_dp_rx_h_mpdu()2252 if (!is_decrypted || fill_crypto_hdr) in ath12k_dp_rx_h_mpdu()2884 bool is_decrypted = false; in ath12k_dp_rx_h_defrag() local2899 is_decrypted = ath12k_dp_rx_h_is_decrypted(ab, in ath12k_dp_rx_h_defrag()2902 if (is_decrypted) { in ath12k_dp_rx_h_defrag()
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()3283 bool is_decrypted = false; in ath11k_dp_rx_h_defrag() local3299 is_decrypted = ath11k_dp_rx_h_attn_is_decrypted(rx_attention); in ath11k_dp_rx_h_defrag()3302 if (is_decrypted) { in ath11k_dp_rx_h_defrag()
Completed in 34 milliseconds