Searched refs:crypto_len (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.10/drivers/net/wireless/ath/ath10k/ |
| D | htt_rx.c | 1362 size_t crypto_len; in ath10k_htt_rx_h_undecap_raw() local 1409 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_h_undecap_raw() 1416 if (crypto_len) in ath10k_htt_rx_h_undecap_raw() 1417 memcpy(skb_push(msdu, crypto_len), in ath10k_htt_rx_h_undecap_raw() 1419 crypto_len); in ath10k_htt_rx_h_undecap_raw() 1468 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_h_undecap_raw() 1470 memmove((void *)msdu->data + crypto_len, in ath10k_htt_rx_h_undecap_raw() 1472 skb_pull(msdu, crypto_len); in ath10k_htt_rx_h_undecap_raw() 1541 size_t hdr_len, crypto_len; in ath10k_htt_rx_h_find_rfc1042() local 1559 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_h_find_rfc1042() [all …]
|
| /Linux-v5.10/drivers/net/wireless/ath/ath11k/ |
| D | dp_rx.c | 1976 size_t crypto_len; in ath11k_dp_rx_h_undecap_raw() local 2019 crypto_len = ath11k_dp_rx_crypto_param_len(ar, enctype); in ath11k_dp_rx_h_undecap_raw() 2021 memmove((void *)msdu->data + crypto_len, in ath11k_dp_rx_h_undecap_raw() 2023 skb_pull(msdu, crypto_len); in ath11k_dp_rx_h_undecap_raw() 2033 size_t hdr_len, crypto_len; in ath11k_dp_rx_h_find_rfc1042() local 2043 crypto_len = ath11k_dp_rx_crypto_param_len(ar, enctype); in ath11k_dp_rx_h_find_rfc1042() 2045 rfc1042 += hdr_len + crypto_len; in ath11k_dp_rx_h_find_rfc1042() 3116 size_t crypto_len; in ath11k_dp_rx_h_undecap_frag() local 3133 crypto_len = ath11k_dp_rx_crypto_param_len(ar, enctype); in ath11k_dp_rx_h_undecap_frag() 3135 memmove((void *)msdu->data + HAL_RX_DESC_SIZE + crypto_len, in ath11k_dp_rx_h_undecap_frag() [all …]
|