Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c1362 size_t crypto_len; in ath10k_htt_rx_h_undecap_raw() local
1409 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_h_undecap_raw()
1416 if (crypto_len) in ath10k_htt_rx_h_undecap_raw()
1417 memcpy(skb_push(msdu, crypto_len), in ath10k_htt_rx_h_undecap_raw()
1419 crypto_len); in ath10k_htt_rx_h_undecap_raw() local
1468 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_h_undecap_raw()
1470 memmove((void *)msdu->data + crypto_len, in ath10k_htt_rx_h_undecap_raw()
1472 skb_pull(msdu, crypto_len); in ath10k_htt_rx_h_undecap_raw()
1541 size_t hdr_len, crypto_len; in ath10k_htt_rx_h_find_rfc1042() local
1559 crypto_len in ath10k_htt_rx_h_find_rfc1042()
2119 size_t hdr_len, crypto_len; ath10k_htt_rx_validate_amsdu() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c1429 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() local
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 in ath10k_htt_rx_h_find_rfc1042()
2230 size_t hdr_len, crypto_len; ath10k_htt_rx_validate_amsdu() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c2000 size_t crypto_len; in ath11k_dp_rx_h_undecap_raw() local
2043 crypto_len = ath11k_dp_rx_crypto_param_len(ar, enctype); in ath11k_dp_rx_h_undecap_raw()
2045 memmove((void *)msdu->data + crypto_len, in ath11k_dp_rx_h_undecap_raw()
2047 skb_pull(msdu, crypto_len); in ath11k_dp_rx_h_undecap_raw()
2057 size_t hdr_len, crypto_len; in ath11k_dp_rx_h_find_rfc1042() local
2067 crypto_len = ath11k_dp_rx_crypto_param_len(ar, enctype); in ath11k_dp_rx_h_find_rfc1042()
2069 rfc1042 += hdr_len + crypto_len; in ath11k_dp_rx_h_find_rfc1042()
3151 size_t crypto_len; in ath11k_dp_rx_h_undecap_frag() local
3168 crypto_len = ath11k_dp_rx_crypto_param_len(ar, enctype); in ath11k_dp_rx_h_undecap_frag()
3170 memmove((void *)msdu->data + HAL_RX_DESC_SIZE + crypto_len, in ath11k_dp_rx_h_undecap_frag()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.c2026 size_t crypto_len; in ath12k_dp_rx_h_undecap_raw() local
2069 crypto_len = ath12k_dp_rx_crypto_param_len(ar, enctype); in ath12k_dp_rx_h_undecap_raw()
2071 memmove(msdu->data + crypto_len, msdu->data, hdr_len); in ath12k_dp_rx_h_undecap_raw()
2072 skb_pull(msdu, crypto_len); in ath12k_dp_rx_h_undecap_raw()
2084 size_t hdr_len, crypto_len; in ath12k_get_dot11_hdr_from_rx_desc() local
2091 crypto_len = ath12k_dp_rx_crypto_param_len(ar, enctype); in ath12k_get_dot11_hdr_from_rx_desc()
2092 crypto_hdr = skb_push(msdu, crypto_len); in ath12k_get_dot11_hdr_from_rx_desc()
2878 size_t crypto_len; in ath12k_dp_rx_h_undecap_frag() local
2896 crypto_len = ath12k_dp_rx_crypto_param_len(ar, enctype); in ath12k_dp_rx_h_undecap_frag()
2898 memmove(msdu->data + hal_rx_desc_sz + crypto_len, in ath12k_dp_rx_h_undecap_frag()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c2049 size_t crypto_len; in ath11k_dp_rx_h_undecap_raw() local
2092 crypto_len = ath11k_dp_rx_crypto_param_len(ar, enctype); in ath11k_dp_rx_h_undecap_raw()
2094 memmove((void *)msdu->data + crypto_len, in ath11k_dp_rx_h_undecap_raw()
2096 skb_pull(msdu, crypto_len); in ath11k_dp_rx_h_undecap_raw()
2106 size_t hdr_len, crypto_len; in ath11k_dp_rx_h_find_rfc1042() local
2116 crypto_len = ath11k_dp_rx_crypto_param_len(ar, enctype); in ath11k_dp_rx_h_find_rfc1042()
2118 rfc1042 += hdr_len + crypto_len; in ath11k_dp_rx_h_find_rfc1042()
3272 size_t crypto_len; in ath11k_dp_rx_h_undecap_frag() local
3290 crypto_len = ath11k_dp_rx_crypto_param_len(ar, enctype); in ath11k_dp_rx_h_undecap_frag()
3292 memmove((void *)msdu->data + hal_rx_desc_sz + crypto_len, in ath11k_dp_rx_h_undecap_frag()
[all...]

Completed in 27 milliseconds