Lines Matching refs:crypto_len
1429 size_t crypto_len; in ath10k_htt_rx_h_undecap_raw() local
1479 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_h_undecap_raw()
1486 if (crypto_len) in ath10k_htt_rx_h_undecap_raw()
1487 memcpy(skb_push(msdu, crypto_len), in ath10k_htt_rx_h_undecap_raw()
1489 crypto_len); in ath10k_htt_rx_h_undecap_raw()
1538 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_h_undecap_raw()
1540 memmove((void *)msdu->data + crypto_len, in ath10k_htt_rx_h_undecap_raw()
1542 skb_pull(msdu, crypto_len); in ath10k_htt_rx_h_undecap_raw()
1616 size_t hdr_len, crypto_len; in ath10k_htt_rx_h_find_rfc1042() local
1638 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_h_find_rfc1042()
1641 round_up(crypto_len, bytes_aligned); in ath10k_htt_rx_h_find_rfc1042()
2235 size_t hdr_len, crypto_len; in ath10k_htt_rx_validate_amsdu() local
2265 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_validate_amsdu()
2268 crypto_len; in ath10k_htt_rx_validate_amsdu()