/kernel/linux/linux-6.6/net/tls/ |
H A 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()
|
/kernel/linux/linux-5.10/net/tls/ |
H A D | tls_device.c | 955 int is_decrypted = skb->decrypted; in tls_device_decrypted() local 956 int is_encrypted = !is_decrypted; in tls_device_decrypted() 961 is_decrypted &= skb_iter->decrypted; in tls_device_decrypted() 967 is_encrypted, is_decrypted); in tls_device_decrypted() 969 ctx->sw.decrypted |= is_decrypted; in tls_device_decrypted() 972 if (likely(is_encrypted || is_decrypted)) in tls_device_decrypted() 986 if (is_decrypted) { in tls_device_decrypted()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | htt_rx.c | 1356 bool is_decrypted, in ath10k_htt_rx_h_undecap_raw() 1431 if (!is_decrypted) in ath10k_htt_rx_h_undecap_raw() 1674 bool is_decrypted) in ath10k_htt_rx_h_undecap() 1697 is_decrypted, first_hdr); in ath10k_htt_rx_h_undecap() 1849 bool is_decrypted; in ath10k_htt_rx_h_mpdu() local 1899 is_decrypted = (enctype != HTT_RX_MPDU_ENCRYPT_NONE && in ath10k_htt_rx_h_mpdu() 1937 if (is_decrypted) { in ath10k_htt_rx_h_mpdu() 1951 if (frag && !fill_crypt_header && is_decrypted && in ath10k_htt_rx_h_mpdu() 1983 is_decrypted); in ath10k_htt_rx_h_mpdu() 1989 if (!is_decrypted) in ath10k_htt_rx_h_mpdu() 1352 ath10k_htt_rx_h_undecap_raw(struct ath10k *ar, struct sk_buff *msdu, struct ieee80211_rx_status *status, enum htt_rx_mpdu_encrypt_type enctype, bool is_decrypted, const u8 first_hdr[64]) ath10k_htt_rx_h_undecap_raw() argument 1669 ath10k_htt_rx_h_undecap(struct ath10k *ar, struct sk_buff *msdu, struct ieee80211_rx_status *status, u8 first_hdr[64], enum htt_rx_mpdu_encrypt_type enctype, bool is_decrypted) ath10k_htt_rx_h_undecap() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | htt_rx.c | 1421 bool is_decrypted, in ath10k_htt_rx_h_undecap_raw() 1501 if (!is_decrypted) in ath10k_htt_rx_h_undecap_raw() 1759 bool is_decrypted) in ath10k_htt_rx_h_undecap() 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() 1417 ath10k_htt_rx_h_undecap_raw(struct ath10k *ar, struct sk_buff *msdu, struct ieee80211_rx_status *status, enum htt_rx_mpdu_encrypt_type enctype, bool is_decrypted, const u8 first_hdr[64]) ath10k_htt_rx_h_undecap_raw() argument 1754 ath10k_htt_rx_h_undecap(struct ath10k *ar, struct sk_buff *msdu, struct ieee80211_rx_status *status, u8 first_hdr[64], enum htt_rx_mpdu_encrypt_type enctype, bool is_decrypted) ath10k_htt_rx_h_undecap() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | dp_rx.c | 2165 bool is_decrypted = false; in ath11k_dp_rx_h_mpdu() local 2191 is_decrypted = ath11k_dp_rx_h_attn_is_decrypted(rx_desc); in ath11k_dp_rx_h_mpdu() 2205 if (is_decrypted) { in ath11k_dp_rx_h_mpdu() 2218 enctype, rx_status, is_decrypted); in ath11k_dp_rx_h_mpdu() 2220 if (!is_decrypted || fill_crypto_hdr) in ath11k_dp_rx_h_mpdu() 3185 bool is_decrypted = false; in ath11k_dp_rx_h_defrag() local 3200 is_decrypted = ath11k_dp_rx_h_attn_is_decrypted(rx_desc); in ath11k_dp_rx_h_defrag() 3202 if (is_decrypted) { in ath11k_dp_rx_h_defrag()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/ |
H A D | dp_rx.c | 2224 bool is_decrypted = false; in ath12k_dp_rx_h_mpdu() local 2251 is_decrypted = ath12k_dp_rx_h_is_decrypted(ab, rx_desc); in ath12k_dp_rx_h_mpdu() 2265 if (is_decrypted) { in ath12k_dp_rx_h_mpdu() 2278 enctype, rx_status, is_decrypted); in ath12k_dp_rx_h_mpdu() 2280 if (!is_decrypted || fill_crypto_hdr) in ath12k_dp_rx_h_mpdu() 2914 bool is_decrypted = false; in ath12k_dp_rx_h_defrag() local 2929 is_decrypted = ath12k_dp_rx_h_is_decrypted(ab, in ath12k_dp_rx_h_defrag() 2932 if (is_decrypted) { in ath12k_dp_rx_h_defrag()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | dp_rx.c | 2251 bool is_decrypted = false; in ath11k_dp_rx_h_mpdu() local 2283 is_decrypted = ath11k_dp_rx_h_attn_is_decrypted(rx_attention); in ath11k_dp_rx_h_mpdu() 2297 if (is_decrypted) { in ath11k_dp_rx_h_mpdu() 2310 enctype, rx_status, is_decrypted); in ath11k_dp_rx_h_mpdu() 2312 if (!is_decrypted || fill_crypto_hdr) in ath11k_dp_rx_h_mpdu() 3308 bool is_decrypted = false; in ath11k_dp_rx_h_defrag() local 3324 is_decrypted = ath11k_dp_rx_h_attn_is_decrypted(rx_attention); in ath11k_dp_rx_h_defrag() 3327 if (is_decrypted) { in ath11k_dp_rx_h_defrag()
|