Searched refs:sig_ptr (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/tools/testing/selftests/bpf/progs/ |
D | test_sig_in_xattr.c | 48 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()
|
D | test_verify_pkcs7_sig.c | 42 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()
|
D | test_kfunc_dynptr_param.c | 18 struct bpf_dynptr *sig_ptr,
|
/linux-6.12.1/include/uapi/drm/ |
D | nouveau_drm.h | 372 __u64 sig_ptr; member 428 __u64 sig_ptr; member
|
/linux-6.12.1/include/uapi/linux/ |
D | fsverity.h | 27 __u64 sig_ptr; member
|
/linux-6.12.1/tools/testing/selftests/bpf/ |
D | bpf_kfuncs.h | 76 struct bpf_dynptr *sig_ptr,
|
/linux-6.12.1/drivers/gpu/drm/nouveau/ |
D | nouveau_exec.c | 294 u64 outs = req->sig_ptr; in nouveau_exec_ucopy()
|
D | nouveau_uvmm.c | 1672 u64 outs = req->sig_ptr; in nouveau_uvmm_vm_bind_ucopy()
|
/linux-6.12.1/fs/verity/ |
D | enable.c | 213 copy_from_user(desc->signature, u64_to_user_ptr(arg->sig_ptr), in enable_verity()
|
/linux-6.12.1/fs/fuse/ |
D | ioctl.c | 163 iov->iov_base = u64_to_user_ptr(enable.sig_ptr); in fuse_setup_enable_verity()
|
/linux-6.12.1/kernel/trace/ |
D | bpf_trace.c | 1364 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/ |
D | fsverity.rst | 120 __u64 sig_ptr; 145 - ``sig_ptr`` is the pointer to the builtin signature, or NULL if no
|