Home
last modified time | relevance | path

Searched refs:sig_ptr (Results 1 – 12 of 12) sorted by relevance

/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dtest_sig_in_xattr.c48 struct bpf_dynptr digest_ptr, sig_ptr; in BPF_PROG() local
69 bpf_dynptr_from_mem(sig, sizeof(sig), 0, &sig_ptr); in BPF_PROG()
70 ret = bpf_get_file_xattr(f, "user.sig", &sig_ptr); in BPF_PROG()
80 ret = bpf_verify_pkcs7_signature(&digest_ptr, &sig_ptr, trusted_keyring); in BPF_PROG()
Dtest_verify_pkcs7_sig.c42 struct bpf_dynptr data_ptr, sig_ptr; in BPF_PROG() local
74 bpf_dynptr_from_mem(data_val->sig, data_val->sig_len, 0, &sig_ptr); in BPF_PROG()
84 ret = bpf_verify_pkcs7_signature(&data_ptr, &sig_ptr, trusted_keyring); in BPF_PROG()
Dtest_kfunc_dynptr_param.c18 struct bpf_dynptr *sig_ptr,
/linux-6.12.1/include/uapi/drm/
Dnouveau_drm.h372 __u64 sig_ptr; member
428 __u64 sig_ptr; member
/linux-6.12.1/include/uapi/linux/
Dfsverity.h27 __u64 sig_ptr; member
/linux-6.12.1/tools/testing/selftests/bpf/
Dbpf_kfuncs.h76 struct bpf_dynptr *sig_ptr,
/linux-6.12.1/drivers/gpu/drm/nouveau/
Dnouveau_exec.c294 u64 outs = req->sig_ptr; in nouveau_exec_ucopy()
Dnouveau_uvmm.c1672 u64 outs = req->sig_ptr; in nouveau_uvmm_vm_bind_ucopy()
/linux-6.12.1/fs/verity/
Denable.c213 copy_from_user(desc->signature, u64_to_user_ptr(arg->sig_ptr), in enable_verity()
/linux-6.12.1/fs/fuse/
Dioctl.c163 iov->iov_base = u64_to_user_ptr(enable.sig_ptr); in fuse_setup_enable_verity()
/linux-6.12.1/kernel/trace/
Dbpf_trace.c1364 struct bpf_dynptr_kern *sig_ptr = (struct bpf_dynptr_kern *)sig_p; in bpf_verify_pkcs7_signature() local
1385 sig_len = __bpf_dynptr_size(sig_ptr); in bpf_verify_pkcs7_signature()
1386 sig = __bpf_dynptr_data(sig_ptr, sig_len); in bpf_verify_pkcs7_signature()
/linux-6.12.1/Documentation/filesystems/
Dfsverity.rst120 __u64 sig_ptr;
145 - ``sig_ptr`` is the pointer to the builtin signature, or NULL if no