Home
last modified time | relevance | path

Searched refs:crypto_len (Results 1 – 4 of 4) 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.c998 size_t crypto_len; in ath12k_dp_rx_h_undecap_raw() local
1041 crypto_len = ath12k_dp_rx_crypto_param_len(dp_pdev, enctype); in ath12k_dp_rx_h_undecap_raw()
1043 memmove(msdu->data + crypto_len, msdu->data, hdr_len); in ath12k_dp_rx_h_undecap_raw()
1044 skb_pull(msdu, crypto_len); in ath12k_dp_rx_h_undecap_raw()
1057 size_t hdr_len, crypto_len; in ath12k_get_dot11_hdr_from_rx_desc() local
1066 crypto_len = ath12k_dp_rx_crypto_param_len(dp_pdev, enctype); in ath12k_get_dot11_hdr_from_rx_desc()
1067 crypto_hdr = skb_push(msdu, crypto_len); in ath12k_get_dot11_hdr_from_rx_desc()
1524 size_t crypto_len; in ath12k_dp_rx_h_undecap_frag() local
1542 crypto_len = ath12k_dp_rx_crypto_param_len(dp_pdev, enctype); in ath12k_dp_rx_h_undecap_frag()
1544 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/ath/ath11k/
H A Ddp_rx.c2037 size_t crypto_len; in ath11k_dp_rx_h_undecap_raw() local
2080 crypto_len = ath11k_dp_rx_crypto_param_len(ar, enctype); in ath11k_dp_rx_h_undecap_raw()
2082 memmove((void *)msdu->data + crypto_len, in ath11k_dp_rx_h_undecap_raw()
2084 skb_pull(msdu, crypto_len); in ath11k_dp_rx_h_undecap_raw()
2094 size_t hdr_len, crypto_len; in ath11k_dp_rx_h_find_rfc1042() local
2104 crypto_len = ath11k_dp_rx_crypto_param_len(ar, enctype); in ath11k_dp_rx_h_find_rfc1042()
2106 rfc1042 += hdr_len + crypto_len; in ath11k_dp_rx_h_find_rfc1042()
3323 size_t crypto_len; in ath11k_dp_rx_h_undecap_frag() local
3341 crypto_len = ath11k_dp_rx_crypto_param_len(ar, enctype); in ath11k_dp_rx_h_undecap_frag()
3343 memmove((void *)msdu->data + hal_rx_desc_sz + crypto_len, in ath11k_dp_rx_h_undecap_frag()
[all …]