Searched refs:crypto_len (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.6/drivers/net/wireless/ath/ath10k/ |
| D | htt_rx.c | 1429 size_t crypto_len; in ath10k_htt_rx_h_undecap_raw() local 1479 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_h_undecap_raw() 1486 if (crypto_len) in ath10k_htt_rx_h_undecap_raw() 1487 memcpy(skb_push(msdu, crypto_len), in ath10k_htt_rx_h_undecap_raw() 1489 crypto_len); in ath10k_htt_rx_h_undecap_raw() 1538 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_h_undecap_raw() 1540 memmove((void *)msdu->data + crypto_len, in ath10k_htt_rx_h_undecap_raw() 1542 skb_pull(msdu, crypto_len); in ath10k_htt_rx_h_undecap_raw() 1616 size_t hdr_len, crypto_len; in ath10k_htt_rx_h_find_rfc1042() local 1638 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_h_find_rfc1042() [all …]
|
| /Linux-v6.6/drivers/net/wireless/ath/ath12k/ |
| D | dp_rx.c | 2006 size_t crypto_len; in ath12k_dp_rx_h_undecap_raw() local 2049 crypto_len = ath12k_dp_rx_crypto_param_len(ar, enctype); in ath12k_dp_rx_h_undecap_raw() 2051 memmove(msdu->data + crypto_len, msdu->data, hdr_len); in ath12k_dp_rx_h_undecap_raw() 2052 skb_pull(msdu, crypto_len); in ath12k_dp_rx_h_undecap_raw() 2064 size_t hdr_len, crypto_len; in ath12k_get_dot11_hdr_from_rx_desc() local 2071 crypto_len = ath12k_dp_rx_crypto_param_len(ar, enctype); in ath12k_get_dot11_hdr_from_rx_desc() 2072 crypto_hdr = skb_push(msdu, crypto_len); in ath12k_get_dot11_hdr_from_rx_desc() 2857 size_t crypto_len; in ath12k_dp_rx_h_undecap_frag() local 2875 crypto_len = ath12k_dp_rx_crypto_param_len(ar, enctype); in ath12k_dp_rx_h_undecap_frag() 2877 memmove(msdu->data + hal_rx_desc_sz + crypto_len, in ath12k_dp_rx_h_undecap_frag() [all …]
|
| /Linux-v6.6/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() 3266 size_t crypto_len; in ath11k_dp_rx_h_undecap_frag() local 3284 crypto_len = ath11k_dp_rx_crypto_param_len(ar, enctype); in ath11k_dp_rx_h_undecap_frag() 3286 memmove((void *)msdu->data + hal_rx_desc_sz + crypto_len, in ath11k_dp_rx_h_undecap_frag() [all …]
|