Home
last modified time | relevance | path

Searched refs:trusted (Results 1 – 9 of 9) sorted by relevance

/linux-4.19.296/crypto/asymmetric_keys/
Drestrict.c125 struct key *trusted, bool check_dest) in key_or_keyring_common() argument
138 if (!trusted && !check_dest) in key_or_keyring_common()
150 if (trusted) { in key_or_keyring_common()
151 if (trusted->type == &key_type_keyring) { in key_or_keyring_common()
153 key = find_asymmetric_key(trusted, sig->auth_ids[0], in key_or_keyring_common()
157 } else if (trusted->type == &key_type_asymmetric) { in key_or_keyring_common()
160 signer_ids = asymmetric_key_ids(trusted); in key_or_keyring_common()
184 key = __key_get(trusted); in key_or_keyring_common()
190 key = __key_get(trusted); in key_or_keyring_common()
237 struct key *trusted) in restrict_link_by_key_or_keyring() argument
[all …]
DKconfig50 PKCS#7 message - provided the message is signed by a trusted key. If
/linux-4.19.296/include/crypto/
Dpublic_key.h61 struct key *trusted);
66 struct key *trusted);
/linux-4.19.296/include/linux/
Dif_link.h30 __u32 trusted; member
/linux-4.19.296/include/net/
Daf_vsock.h46 bool trusted; member
/linux-4.19.296/fs/
Dxattr.c1015 bool trusted = ns_capable_noaudit(&init_user_ns, CAP_SYS_ADMIN); in simple_xattr_list() local
1040 if (!trusted && xattr_is_trusted(xattr->name)) in simple_xattr_list()
DKconfig186 Currently this enables support for the trusted.* and
/linux-4.19.296/lib/
DKconfig.debug1013 the content of the corrupted region can no longer be trusted.
/linux-4.19.296/
DMAINTAINERS8125 F: Documentation/security/keys/trusted-encrypted.rst
8135 F: Documentation/security/keys/trusted-encrypted.rst
8136 F: include/keys/trusted-type.h
8137 F: security/keys/trusted.c
8138 F: security/keys/trusted.h