Searched refs:sig_ptr (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.6/tools/testing/selftests/bpf/progs/ |
D | test_verify_pkcs7_sig.c | 21 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()
|
D | test_kfunc_dynptr_param.c | 18 struct bpf_dynptr *sig_ptr,
|
/Linux-v6.6/include/uapi/drm/ |
D | nouveau_drm.h | 331 __u64 sig_ptr; member 387 __u64 sig_ptr; member
|
/Linux-v6.6/include/uapi/linux/ |
D | fsverity.h | 27 __u64 sig_ptr; member
|
/Linux-v6.6/fs/verity/ |
D | enable.c | 213 copy_from_user(desc->signature, u64_to_user_ptr(arg->sig_ptr), in enable_verity()
|
/Linux-v6.6/drivers/gpu/drm/nouveau/ |
D | nouveau_exec.c | 320 u64 outs = req->sig_ptr; in nouveau_exec_ucopy()
|
D | nouveau_uvmm.c | 1692 u64 outs = req->sig_ptr; in nouveau_uvmm_vm_bind_ucopy()
|
/Linux-v6.6/kernel/trace/ |
D | bpf_trace.c | 1375 struct bpf_dynptr_kern *sig_ptr, in bpf_verify_pkcs7_signature() argument 1396 sig_ptr->data, in bpf_verify_pkcs7_signature() 1397 __bpf_dynptr_size(sig_ptr), in bpf_verify_pkcs7_signature()
|
/Linux-v6.6/Documentation/filesystems/ |
D | fsverity.rst | 110 __u64 sig_ptr; 135 - ``sig_ptr`` is the pointer to the builtin signature, or NULL if no
|