Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_bpf_crypto.c16 u32 crypto_len; member
19 .crypto_len = 16,
40 args.crypto_len = strtoul(arg, NULL, 10); in crypto_parse_arg()
41 if (!args.crypto_len || in crypto_parse_arg()
42 args.crypto_len > sizeof(ctx.skel->bss->dst)) { in crypto_parse_arg()
84 sz = args.crypto_len; in crypto_setup()
110 ctx.skel->rodata->len = args.crypto_len; in crypto_setup()
157 .data_size_in = args.crypto_len, in crypto_producer()
/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.c1000 size_t crypto_len; in ath12k_dp_rx_h_undecap_raw() local
1043 crypto_len = ath12k_dp_rx_crypto_param_len(dp_pdev, enctype); in ath12k_dp_rx_h_undecap_raw()
1045 memmove(msdu->data + crypto_len, msdu->data, hdr_len); in ath12k_dp_rx_h_undecap_raw()
1046 skb_pull(msdu, crypto_len); in ath12k_dp_rx_h_undecap_raw()
1059 size_t hdr_len, crypto_len; in ath12k_get_dot11_hdr_from_rx_desc() local
1068 crypto_len = ath12k_dp_rx_crypto_param_len(dp_pdev, enctype); in ath12k_get_dot11_hdr_from_rx_desc()
1069 crypto_hdr = skb_push(msdu, crypto_len); in ath12k_get_dot11_hdr_from_rx_desc()
1526 size_t crypto_len; in ath12k_dp_rx_h_undecap_frag() local
1544 crypto_len = ath12k_dp_rx_crypto_param_len(dp_pdev, enctype); in ath12k_dp_rx_h_undecap_frag()
1546 memmove(msdu->data + hal_rx_desc_sz + crypto_len, in ath12k_dp_rx_h_undecap_frag()
[all …]
/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c1433 size_t crypto_len; in ath10k_htt_rx_h_undecap_raw() local
1483 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_h_undecap_raw()
1490 if (crypto_len) in ath10k_htt_rx_h_undecap_raw()
1491 memcpy(skb_push(msdu, crypto_len), in ath10k_htt_rx_h_undecap_raw()
1493 crypto_len); in ath10k_htt_rx_h_undecap_raw()
1542 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_h_undecap_raw()
1544 memmove((void *)msdu->data + crypto_len, in ath10k_htt_rx_h_undecap_raw()
1546 skb_pull(msdu, crypto_len); in ath10k_htt_rx_h_undecap_raw()
1620 size_t hdr_len, crypto_len; in ath10k_htt_rx_h_find_rfc1042() local
1642 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_h_find_rfc1042()
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Drx.c1912 u32 pkt_flags, u8 *crypto_len) in iwl_mld_rx_crypto() argument
1937 *crypto_len = IEEE80211_CCMP_HDR_LEN; in iwl_mld_rx_crypto()
1951 *crypto_len = IEEE80211_TKIP_IV_LEN; in iwl_mld_rx_crypto()
2031 u8 crypto_len = 0, band, link_id; in iwl_mld_rx_mpdu() local
2131 le32_to_cpu(pkt->len_n_flags), &crypto_len)) in iwl_mld_rx_mpdu()
2134 if (iwl_mld_build_rx_skb(mld, skb, hdr, mpdu_len, crypto_len, rxb)) in iwl_mld_rx_mpdu()
/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c2036 size_t crypto_len; in ath11k_dp_rx_h_undecap_raw() local
2079 crypto_len = ath11k_dp_rx_crypto_param_len(ar, enctype); in ath11k_dp_rx_h_undecap_raw()
2081 memmove((void *)msdu->data + crypto_len, in ath11k_dp_rx_h_undecap_raw()
2083 skb_pull(msdu, crypto_len); in ath11k_dp_rx_h_undecap_raw()
2093 size_t hdr_len, crypto_len; in ath11k_dp_rx_h_find_rfc1042() local
2103 crypto_len = ath11k_dp_rx_crypto_param_len(ar, enctype); in ath11k_dp_rx_h_find_rfc1042()
2105 rfc1042 += hdr_len + crypto_len; in ath11k_dp_rx_h_find_rfc1042()
3322 size_t crypto_len; in ath11k_dp_rx_h_undecap_frag() local
3340 crypto_len = ath11k_dp_rx_crypto_param_len(ar, enctype); in ath11k_dp_rx_h_undecap_frag()
3342 memmove((void *)msdu->data + hal_rx_desc_sz + crypto_len, in ath11k_dp_rx_h_undecap_frag()
[all …]