Searched refs:is_decrypted (Results 1 – 3 of 3) sorted by relevance
980 int is_decrypted, is_encrypted; in tls_device_decrypted() local983 is_decrypted = skb->decrypted; in tls_device_decrypted()984 is_encrypted = !is_decrypted; in tls_device_decrypted()986 is_decrypted = 0; in tls_device_decrypted()992 is_encrypted, is_decrypted); in tls_device_decrypted()995 if (likely(is_encrypted || is_decrypted)) in tls_device_decrypted()996 return is_decrypted; in tls_device_decrypted()1009 if (is_decrypted) { in tls_device_decrypted()1011 return is_decrypted; in tls_device_decrypted()
1425 bool is_decrypted, in ath10k_htt_rx_h_undecap_raw() argument1505 if (!is_decrypted) in ath10k_htt_rx_h_undecap_raw()1763 bool is_decrypted) in ath10k_htt_rx_h_undecap() argument1791 is_decrypted, first_hdr); in ath10k_htt_rx_h_undecap()1949 bool is_decrypted; in ath10k_htt_rx_h_mpdu() local2006 is_decrypted = (enctype != HTT_RX_MPDU_ENCRYPT_NONE && in ath10k_htt_rx_h_mpdu()2044 if (is_decrypted) { in ath10k_htt_rx_h_mpdu()2058 if (frag && !fill_crypt_header && is_decrypted && in ath10k_htt_rx_h_mpdu()2088 is_decrypted); in ath10k_htt_rx_h_mpdu()2094 if (!is_decrypted) in ath10k_htt_rx_h_mpdu()
2238 bool is_decrypted = false; in ath11k_dp_rx_h_mpdu() local2270 is_decrypted = ath11k_dp_rx_h_attn_is_decrypted(rx_attention); in ath11k_dp_rx_h_mpdu()2284 if (is_decrypted) { in ath11k_dp_rx_h_mpdu()2297 enctype, rx_status, is_decrypted); in ath11k_dp_rx_h_mpdu()2299 if (!is_decrypted || fill_crypto_hdr) in ath11k_dp_rx_h_mpdu()3312 bool is_decrypted = false; in ath11k_dp_rx_h_defrag() local3328 is_decrypted = ath11k_dp_rx_h_attn_is_decrypted(rx_attention); in ath11k_dp_rx_h_defrag()3331 if (is_decrypted) { in ath11k_dp_rx_h_defrag()