Lines Matching refs:crypto_len
2071 size_t crypto_len; in ath11k_dp_rx_h_undecap_raw() local
2114 crypto_len = ath11k_dp_rx_crypto_param_len(ar, enctype); in ath11k_dp_rx_h_undecap_raw()
2117 memmove((void *)msdu->data + crypto_len, in ath11k_dp_rx_h_undecap_raw()
2120 memmove((u8 *)msdu->data + crypto_len, in ath11k_dp_rx_h_undecap_raw()
2123 skb_pull(msdu, crypto_len); in ath11k_dp_rx_h_undecap_raw()
2133 size_t hdr_len, crypto_len; in ath11k_dp_rx_h_find_rfc1042() local
2151 crypto_len = ath11k_dp_rx_crypto_param_len(ar, enctype); in ath11k_dp_rx_h_find_rfc1042()
2153 rfc1042 += hdr_len + crypto_len; in ath11k_dp_rx_h_find_rfc1042()
3311 size_t crypto_len; in ath11k_dp_rx_h_undecap_frag() local
3329 crypto_len = ath11k_dp_rx_crypto_param_len(ar, enctype); in ath11k_dp_rx_h_undecap_frag()
3332 memmove((void *)msdu->data + hal_rx_desc_sz + crypto_len, in ath11k_dp_rx_h_undecap_frag()
3335 memmove((u8 *)msdu->data + hal_rx_desc_sz + crypto_len, in ath11k_dp_rx_h_undecap_frag()
3338 skb_pull(msdu, crypto_len); in ath11k_dp_rx_h_undecap_frag()