Searched refs:is_decrypted (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.6/net/tls/ |
| D | tls_device.c | 987 int is_decrypted, is_encrypted; in tls_device_decrypted() local 990 is_decrypted = skb->decrypted; in tls_device_decrypted() 991 is_encrypted = !is_decrypted; in tls_device_decrypted() 993 is_decrypted = 0; in tls_device_decrypted() 999 is_encrypted, is_decrypted); in tls_device_decrypted() 1002 if (likely(is_encrypted || is_decrypted)) in tls_device_decrypted() 1003 return is_decrypted; in tls_device_decrypted() 1016 if (is_decrypted) { in tls_device_decrypted() 1018 return is_decrypted; in tls_device_decrypted()
|
| /Linux-v6.6/drivers/net/wireless/ath/ath10k/ |
| D | htt_rx.c | 1421 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() 1945 bool is_decrypted; in ath10k_htt_rx_h_mpdu() local 2002 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()
|
| /Linux-v6.6/drivers/net/wireless/ath/ath12k/ |
| D | dp_rx.c | 2204 bool is_decrypted = false; in ath12k_dp_rx_h_mpdu() local 2231 is_decrypted = ath12k_dp_rx_h_is_decrypted(ab, rx_desc); in ath12k_dp_rx_h_mpdu() 2245 if (is_decrypted) { in ath12k_dp_rx_h_mpdu() 2258 enctype, rx_status, is_decrypted); in ath12k_dp_rx_h_mpdu() 2260 if (!is_decrypted || fill_crypto_hdr) in ath12k_dp_rx_h_mpdu() 2893 bool is_decrypted = false; in ath12k_dp_rx_h_defrag() local 2908 is_decrypted = ath12k_dp_rx_h_is_decrypted(ab, in ath12k_dp_rx_h_defrag() 2911 if (is_decrypted) { in ath12k_dp_rx_h_defrag()
|
| /Linux-v6.6/drivers/net/wireless/ath/ath11k/ |
| D | dp_rx.c | 2245 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() 3302 bool is_decrypted = false; in ath11k_dp_rx_h_defrag() local 3318 is_decrypted = ath11k_dp_rx_h_attn_is_decrypted(rx_attention); in ath11k_dp_rx_h_defrag() 3321 if (is_decrypted) { in ath11k_dp_rx_h_defrag()
|