Searched refs:crypto_len (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/net/wireless/ath/ath10k/ |
D | htt_rx.c | 1423 size_t crypto_len; in ath10k_htt_rx_h_undecap_raw() local 1473 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_h_undecap_raw() 1480 if (crypto_len) in ath10k_htt_rx_h_undecap_raw() 1481 memcpy(skb_push(msdu, crypto_len), in ath10k_htt_rx_h_undecap_raw() 1483 crypto_len); in ath10k_htt_rx_h_undecap_raw() 1532 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_h_undecap_raw() 1534 memmove((void *)msdu->data + crypto_len, in ath10k_htt_rx_h_undecap_raw() 1536 skb_pull(msdu, crypto_len); in ath10k_htt_rx_h_undecap_raw() 1610 size_t hdr_len, crypto_len; in ath10k_htt_rx_h_find_rfc1042() local 1632 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_h_find_rfc1042() [all …]
|
/linux-5.19.10/drivers/net/wireless/ath/ath11k/ |
D | dp_rx.c | 2043 size_t crypto_len; in ath11k_dp_rx_h_undecap_raw() local 2086 crypto_len = ath11k_dp_rx_crypto_param_len(ar, enctype); in ath11k_dp_rx_h_undecap_raw() 2088 memmove((void *)msdu->data + crypto_len, in ath11k_dp_rx_h_undecap_raw() 2090 skb_pull(msdu, crypto_len); in ath11k_dp_rx_h_undecap_raw() 2100 size_t hdr_len, crypto_len; in ath11k_dp_rx_h_find_rfc1042() local 2110 crypto_len = ath11k_dp_rx_crypto_param_len(ar, enctype); in ath11k_dp_rx_h_find_rfc1042() 2112 rfc1042 += hdr_len + crypto_len; in ath11k_dp_rx_h_find_rfc1042() 3243 size_t crypto_len; in ath11k_dp_rx_h_undecap_frag() local 3261 crypto_len = ath11k_dp_rx_crypto_param_len(ar, enctype); in ath11k_dp_rx_h_undecap_frag() 3263 memmove((void *)msdu->data + hal_rx_desc_sz + crypto_len, in ath11k_dp_rx_h_undecap_frag() [all …]
|