Home
last modified time | relevance | path

Searched refs:keyring_type (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/bpf/
H A Dsigning.rst286 __u32 ktype = prog->aux->sig.keyring_type;
370 r.ktype = prog->aux->sig.keyring_type;
383 they carry an id. The ``verdict``, ``keyring_type`` and ``keyring_serial`` fields
403 ``keyring_type`` (``enum bpf_sig_keyring``)
425 - ``keyring_type``
/linux/include/linux/
H A Dbpf.h1784 u8 keyring_type; member
/linux/kernel/bpf/
H A Dsyscall.c3085 prog->aux->sig.keyring_type = BPF_SIG_KEYRING_NONE; in BTF_ID_LIST_GLOBAL_SINGLE()
H A Dverifier.c20966 prog->aux->sig.keyring_type = bpf_classify_keyring(attr->keyring_id); in bpf_prog_verify_signature()