Searched refs:sig_ptr (Results 1 – 8 of 8) sorted by relevance
/linux/tools/testing/selftests/bpf/progs/ |
H A 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()
|
/linux/include/uapi/linux/ |
H A D | fsverity.h | 27 __u64 sig_ptr; member
|
/linux/tools/testing/selftests/bpf/ |
H A D | bpf_kfuncs.h | 76 struct bpf_dynptr *sig_ptr,
|
/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_exec.c | 298 u64 outs = req->sig_ptr; in nouveau_exec_ucopy()
|
H A D | nouveau_uvmm.c | 1672 u64 outs = req->sig_ptr; in nouveau_uvmm_vm_bind_ucopy()
|
/linux/fs/verity/ |
H A D | enable.c | 210 copy_from_user(desc->signature, u64_to_user_ptr(arg->sig_ptr), in enable_verity()
|
/linux/fs/fuse/ |
H A D | ioctl.c | 165 iov->iov_base = u64_to_user_ptr(enable.sig_ptr); in fuse_setup_enable_verity()
|
/linux/kernel/trace/ |
H A D | bpf_trace.c | 1360 * 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()
|