Searched refs:key_size (Results 151 - 175 of 533) sorted by relevance
12345678910>>...22
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | tailcall3.c | 9 __uint(key_size, sizeof(__u32));
|
H A D | test_prog_array_init.c | 21 __uint(key_size, sizeof(__u32));
|
H A D | xdp_redirect_map.c | 9 __uint(key_size, sizeof(int));
|
H A D | test_xdp_with_devmap_frags_helpers.c | 7 __uint(key_size, sizeof(__u32));
|
H A D | test_xdp_with_cpumap_frags_helpers.c | 10 __uint(key_size, sizeof(__u32));
|
H A D | tailcall_bpf2bpf2.c | 9 __uint(key_size, sizeof(__u32));
|
H A D | tailcall_bpf2bpf1.c | 8 __uint(key_size, sizeof(__u32));
|
H A D | tailcall6.c | 9 __uint(key_size, sizeof(__u32));
|
/kernel/linux/linux-5.10/drivers/firmware/ |
H A D | qcom_scm.c | 1001 * @key_size: the size of the key in bytes 1015 int qcom_scm_ice_set_key(u32 index, const u8 *key, u32 key_size, in qcom_scm_ice_set_key() argument 1025 .args[2] = key_size, in qcom_scm_ice_set_key() 1044 keybuf = dma_alloc_coherent(__scm->dev, key_size, &key_phys, in qcom_scm_ice_set_key() 1048 memcpy(keybuf, key, key_size); in qcom_scm_ice_set_key() 1053 memzero_explicit(keybuf, key_size); in qcom_scm_ice_set_key() 1055 dma_free_coherent(__scm->dev, key_size, keybuf, key_phys); in qcom_scm_ice_set_key()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | freplace_cls_redirect.c | 12 .key_size = sizeof(int),
|
H A D | perfbuf_bench.c | 13 __uint(key_size, sizeof(int));
|
H A D | tailcall_bpf2bpf1.c | 8 __uint(key_size, sizeof(__u32));
|
H A D | tailcall5.c | 9 __uint(key_size, sizeof(__u32));
|
H A D | tailcall4.c | 9 __uint(key_size, sizeof(__u32));
|
H A D | test_btf_newkv.c | 17 .key_size = sizeof(int),
|
H A D | test_btf_haskv.c | 16 .key_size = sizeof(int),
|
H A D | tailcall_bpf2bpf2.c | 9 __uint(key_size, sizeof(__u32));
|
H A D | test_btf_nokv.c | 15 .key_size = sizeof(int),
|
H A D | test_skb_cgroup_id_kern.c | 15 .key_size = sizeof(__u32),
|
H A D | test_tc_peer.c | 18 .key_size = sizeof(int),
|
H A D | test_xdp_with_cpumap_helpers.c | 10 __uint(key_size, sizeof(__u32));
|
H A D | test_xdp_with_devmap_helpers.c | 7 __uint(key_size, sizeof(__u32));
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | bpf_load.h | 12 unsigned int key_size; member
|
H A D | trace_output_kern.c | 9 __uint(key_size, sizeof(int));
|
/kernel/linux/linux-6.6/include/soc/qcom/ |
H A D | ice.h | 32 u8 algorithm_id, u8 key_size,
|
Completed in 7 milliseconds
12345678910>>...22