Home
last modified time | relevance | path

Searched refs:restrict_link (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/security/keys/
H A Dkeyring.c424 if (keyring->restrict_link) { in keyring_destroy()
425 struct key_restriction *keyres = keyring->restrict_link; in keyring_destroy()
520 struct key_restriction *restrict_link, in keyring_alloc() argument
527 uid, gid, cred, perm, flags, restrict_link); in keyring_alloc()
1005 keyres = keyres->key->restrict_link; in keyring_detect_restriction_cycle()
1026 struct key_restriction *restrict_link; in keyring_restrict() local
1036 restrict_link = keyring_restriction_alloc(restrict_link_reject); in keyring_restrict()
1048 restrict_link = restrict_type->lookup_restriction(restriction); in keyring_restrict()
1051 if (IS_ERR(restrict_link)) { in keyring_restrict()
1052 ret = PTR_ERR(restrict_link); in keyring_restrict()
[all …]
H A Dkey.c228 struct key_restriction *restrict_link) in key_alloc() argument
297 key->restrict_link = restrict_link; in key_alloc()
528 if (keyring->restrict_link && keyring->restrict_link->check) { in key_instantiate_and_link()
529 struct key_restriction *keyres = keyring->restrict_link; in key_instantiate_and_link()
589 if (keyring->restrict_link) in key_reject_and_link()
832 struct key_restriction *restrict_link = NULL; in key_create_or_update() local
852 restrict_link = keyring->restrict_link; in key_create_or_update()
890 if (restrict_link && restrict_link->check) { in key_create_or_update()
891 ret = restrict_link->check(keyring, index_key.type, in key_create_or_update()
892 &prep.payload, restrict_link->key); in key_create_or_update()
H A Dgc.c231 key->restrict_link) { in key_garbage_collector()
/OK3568_Linux_fs/kernel/include/linux/
H A Dkey.h274 struct key_restriction *restrict_link; member
283 struct key_restriction *restrict_link);
410 struct key_restriction *restrict_link,
/OK3568_Linux_fs/kernel/Documentation/security/keys/
H A Dcore.rst1260 struct key_restriction *restrict_link,
1272 If restrict_link is not NULL, it should point to a structure that contains