Lines Matching refs:crypto_len
2018 size_t crypto_len; in ath12k_dp_rx_h_undecap_raw() local
2061 crypto_len = ath12k_dp_rx_crypto_param_len(ar, enctype); in ath12k_dp_rx_h_undecap_raw()
2063 memmove(msdu->data + crypto_len, msdu->data, hdr_len); in ath12k_dp_rx_h_undecap_raw()
2064 skb_pull(msdu, crypto_len); in ath12k_dp_rx_h_undecap_raw()
2076 size_t hdr_len, crypto_len; in ath12k_get_dot11_hdr_from_rx_desc() local
2083 crypto_len = ath12k_dp_rx_crypto_param_len(ar, enctype); in ath12k_get_dot11_hdr_from_rx_desc()
2084 crypto_hdr = skb_push(msdu, crypto_len); in ath12k_get_dot11_hdr_from_rx_desc()
2869 size_t crypto_len; in ath12k_dp_rx_h_undecap_frag() local
2887 crypto_len = ath12k_dp_rx_crypto_param_len(ar, enctype); in ath12k_dp_rx_h_undecap_frag()
2889 memmove(msdu->data + hal_rx_desc_sz + crypto_len, in ath12k_dp_rx_h_undecap_frag()
2891 skb_pull(msdu, crypto_len); in ath12k_dp_rx_h_undecap_frag()