Lines Matching refs:crypto_len
1449 size_t crypto_len; in ath10k_htt_rx_h_undecap_raw() local
1507 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_h_undecap_raw()
1514 if (crypto_len) in ath10k_htt_rx_h_undecap_raw()
1515 memcpy(skb_push(msdu, crypto_len), in ath10k_htt_rx_h_undecap_raw()
1521 crypto_len); in ath10k_htt_rx_h_undecap_raw()
1570 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_h_undecap_raw()
1573 memmove((void *)msdu->data + crypto_len, in ath10k_htt_rx_h_undecap_raw()
1575 memmove((u8 *)msdu->data + crypto_len, in ath10k_htt_rx_h_undecap_raw()
1578 skb_pull(msdu, crypto_len); in ath10k_htt_rx_h_undecap_raw()
1683 size_t hdr_len, crypto_len; in ath10k_htt_rx_h_find_rfc1042() local
1717 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_h_find_rfc1042()
1720 round_up(crypto_len, bytes_aligned); in ath10k_htt_rx_h_find_rfc1042()
2368 size_t hdr_len, crypto_len; in ath10k_htt_rx_validate_amsdu() local
2402 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_validate_amsdu()
2405 crypto_len; in ath10k_htt_rx_validate_amsdu()