Searched refs:crypto_len (Results 1 – 1 of 1) sorted by relevance
947 size_t crypto_len; in ath10k_htt_rx_h_undecap_raw() local1004 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_h_undecap_raw()1006 memmove((void *)msdu->data + crypto_len, in ath10k_htt_rx_h_undecap_raw()1008 skb_pull(msdu, crypto_len); in ath10k_htt_rx_h_undecap_raw()1058 size_t hdr_len, crypto_len; in ath10k_htt_rx_h_find_rfc1042() local1075 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_h_find_rfc1042()1078 round_up(crypto_len, 4); in ath10k_htt_rx_h_find_rfc1042()