Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A 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()
/linux/include/uapi/linux/
H A Dfsverity.h27 __u64 sig_ptr; member
/linux/tools/testing/selftests/bpf/
H A Dbpf_kfuncs.h76 struct bpf_dynptr *sig_ptr,
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_exec.c298 u64 outs = req->sig_ptr; in nouveau_exec_ucopy()
H A Dnouveau_uvmm.c1672 u64 outs = req->sig_ptr; in nouveau_uvmm_vm_bind_ucopy()
/linux/fs/verity/
H A Denable.c210 copy_from_user(desc->signature, u64_to_user_ptr(arg->sig_ptr), in enable_verity()
/linux/fs/fuse/
H A Dioctl.c165 iov->iov_base = u64_to_user_ptr(enable.sig_ptr); in fuse_setup_enable_verity()
/linux/kernel/trace/
H A Dbpf_trace.c1360 * Verify the PKCS#7 signature *sig_ptr* against the supplied *data_ptr*
1370 struct bpf_dynptr_kern *sig_ptr = (struct bpf_dynptr_kern *)sig_p; in bpf_verify_pkcs7_signature() local
1391 sig_len = __bpf_dynptr_size(sig_ptr); in bpf_verify_pkcs7_signature()
1392 sig = __bpf_dynptr_data(sig_ptr, sig_len); in bpf_verify_pkcs7_signature()