Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_verify_pkcs7_sig.c21 struct bpf_dynptr *sig_ptr,
47 struct bpf_dynptr data_ptr, sig_ptr; in BPF_PROG() local
79 bpf_dynptr_from_mem(data_val->sig, data_val->sig_len, 0, &sig_ptr); in BPF_PROG()
89 ret = bpf_verify_pkcs7_signature(&data_ptr, &sig_ptr, trusted_keyring); in BPF_PROG()
H A Dtest_kfunc_dynptr_param.c18 struct bpf_dynptr *sig_ptr,
/openbmc/linux/include/uapi/drm/
H A Dnouveau_drm.h352 __u64 sig_ptr; member
408 __u64 sig_ptr; member
/openbmc/linux/include/uapi/linux/
H A Dfsverity.h27 __u64 sig_ptr; member
/openbmc/linux/fs/verity/
H A Denable.c213 copy_from_user(desc->signature, u64_to_user_ptr(arg->sig_ptr), in enable_verity()
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_exec.c320 u64 outs = req->sig_ptr; in nouveau_exec_ucopy()
H A Dnouveau_uvmm.c1694 u64 outs = req->sig_ptr; in nouveau_uvmm_vm_bind_ucopy()
/openbmc/linux/kernel/trace/
H A Dbpf_trace.c1381 struct bpf_dynptr_kern *sig_ptr, in bpf_verify_pkcs7_signature() argument
1402 sig_ptr->data, in bpf_verify_pkcs7_signature()
1403 __bpf_dynptr_size(sig_ptr), in bpf_verify_pkcs7_signature()
/openbmc/linux/Documentation/filesystems/
H A Dfsverity.rst110 __u64 sig_ptr;
135 - ``sig_ptr`` is the pointer to the builtin signature, or NULL if no
/openbmc/qemu/linux-user/
H A Dsyscall.c1422 } sig, *sig_ptr; in do_pselect6() local
1465 sig_ptr = NULL; in do_pselect6()
1480 sig_ptr = &sig; in do_pselect6()
1486 ts_ptr, sig_ptr)); in do_pselect6()
1488 if (sig_ptr) { in do_pselect6()