Searched refs:crypto_len (Results 1 – 1 of 1) sorted by relevance
1341 size_t crypto_len; in ath10k_htt_rx_h_undecap_raw() local1388 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_h_undecap_raw()1395 if (crypto_len) in ath10k_htt_rx_h_undecap_raw()1396 memcpy(skb_push(msdu, crypto_len), in ath10k_htt_rx_h_undecap_raw()1398 crypto_len); in ath10k_htt_rx_h_undecap_raw()1447 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_h_undecap_raw()1449 memmove((void *)msdu->data + crypto_len, in ath10k_htt_rx_h_undecap_raw()1451 skb_pull(msdu, crypto_len); in ath10k_htt_rx_h_undecap_raw()1520 size_t hdr_len, crypto_len; in ath10k_htt_rx_h_find_rfc1042() local1538 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_h_find_rfc1042()[all …]