Home
last modified time | relevance | path

Searched refs:crypto_len (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c1032 size_t crypto_len; in ath10k_htt_rx_h_undecap_raw() local
1088 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_h_undecap_raw()
1090 memmove((void *)msdu->data + crypto_len, in ath10k_htt_rx_h_undecap_raw()
1092 skb_pull(msdu, crypto_len); in ath10k_htt_rx_h_undecap_raw()
1142 size_t hdr_len, crypto_len; in ath10k_htt_rx_h_find_rfc1042() local
1159 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_h_find_rfc1042()
1162 round_up(crypto_len, 4); in ath10k_htt_rx_h_find_rfc1042()