Home
last modified time | relevance | path

Searched refs:crypto_len (Results 1 – 2 of 2) 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/ath10k/
H A Dhtt_rx.c1434 size_t crypto_len; in ath10k_htt_rx_h_undecap_raw() local
1484 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_h_undecap_raw()
1491 if (crypto_len) in ath10k_htt_rx_h_undecap_raw()
1492 memcpy(skb_push(msdu, crypto_len), in ath10k_htt_rx_h_undecap_raw()
1494 crypto_len); in ath10k_htt_rx_h_undecap_raw()
1543 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_h_undecap_raw()
1545 memmove((void *)msdu->data + crypto_len, in ath10k_htt_rx_h_undecap_raw()
1547 skb_pull(msdu, crypto_len); in ath10k_htt_rx_h_undecap_raw()
1621 size_t hdr_len, crypto_len; in ath10k_htt_rx_h_find_rfc1042() local
1643 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_h_find_rfc1042()
[all …]