/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | tailcall4.c | 9 __uint(key_size, sizeof(__u32));
|
H A D | tailcall_bpf2bpf6.c | 11 __uint(key_size, sizeof(__u32));
|
H A D | verifier_prevent_map_lookup.c | 18 __uint(key_size, sizeof(int));
|
H A D | perfbuf_bench.c | 14 __uint(key_size, sizeof(int));
|
H A D | test_btf_nokv.c | 13 __uint(key_size, sizeof(int));
|
H A D | test_xdp_with_devmap_helpers.c | 7 __uint(key_size, sizeof(__u32));
|
H A D | test_xdp_with_cpumap_helpers.c | 10 __uint(key_size, sizeof(__u32));
|
H A D | tailcall2.c | 9 __uint(key_size, sizeof(__u32));
|
H A D | tailcall1.c | 9 __uint(key_size, sizeof(__u32));
|
H A D | xsk_xdp_progs.c | 11 __uint(key_size, sizeof(int));
|
H A D | xdp_features.c | 49 __uint(key_size, sizeof(__u32)); 56 __uint(key_size, sizeof(__u32));
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | trace_output.bpf.c | 7 __uint(key_size, sizeof(int));
|
H A D | test_current_task_under_cgroup.bpf.c | 16 __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 | perf_event_stackmap.c | 14 __uint(key_size, sizeof(__u32));
|
H A D | tailcall2.c | 9 __uint(key_size, sizeof(__u32));
|
H A D | tailcall1.c | 9 __uint(key_size, sizeof(__u32));
|
H A D | tailcall_bpf2bpf4.c | 8 __uint(key_size, sizeof(__u32));
|
H A D | tailcall_bpf2bpf3.c | 9 __uint(key_size, sizeof(__u32));
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | test_current_task_under_cgroup_kern.c | 17 __uint(key_size, sizeof(u32));
|
H A D | xdp_sample_pkts_kern.c | 11 __uint(key_size, sizeof(int));
|
/kernel/linux/linux-5.10/drivers/scsi/ufs/ |
H A D | ufshcd-crypto.c | 68 ccap_array[i].key_size == alg->ufs_key_size && in ufshcd_crypto_keyslot_program() 140 ufs_crypto_algs[i].ufs_key_size == cap.key_size) { in ufshcd_find_blk_crypto_mode()
|
H A D | ufs-qcom-ice.c | 224 cap.key_size != UFS_CRYPTO_KEY_SIZE_256) { in ufs_qcom_ice_program_key() 226 "Unhandled crypto capability; algorithm_id=%d, key_size=%d\n", in ufs_qcom_ice_program_key() 227 cap.algorithm_id, cap.key_size); in ufs_qcom_ice_program_key()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | qcom_scm.h | 103 extern int qcom_scm_ice_set_key(u32 index, const u8 *key, u32 key_size, 163 static inline int qcom_scm_ice_set_key(u32 index, const u8 *key, u32 key_size, in qcom_scm_ice_set_key() argument
|
/kernel/linux/linux-6.6/drivers/ufs/core/ |
H A D | ufshcd-crypto.c | 69 ccap_array[i].key_size == alg->ufs_key_size && in ufshcd_crypto_keyslot_program() 142 ufs_crypto_algs[i].ufs_key_size == cap.key_size) { in ufshcd_find_blk_crypto_mode()
|