Home
last modified time | relevance | path

Searched refs:is_decrypted (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/net/tls/
Dtls_device.c1008 int is_decrypted = skb->decrypted; in tls_device_decrypted() local
1009 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()
/linux-6.1.9/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c1421 bool is_decrypted, in ath10k_htt_rx_h_undecap_raw() argument
1501 if (!is_decrypted) in ath10k_htt_rx_h_undecap_raw()
1759 bool is_decrypted) in ath10k_htt_rx_h_undecap() argument
1787 is_decrypted, first_hdr); in ath10k_htt_rx_h_undecap()
1948 bool is_decrypted; in ath10k_htt_rx_h_mpdu() local
2005 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()
/linux-6.1.9/drivers/net/wireless/ath/ath11k/
Ddp_rx.c2245 bool is_decrypted = false; in ath11k_dp_rx_h_mpdu() local
2277 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() local
3298 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()