Home
last modified time | relevance | path

Searched refs:KEY_LOOKUP_PARTIAL (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/security/keys/
Dkeyctl.c654 key_ref = lookup_user_key(keyid, KEY_LOOKUP_PARTIAL, KEY_NEED_VIEW); in keyctl_describe_key()
663 KEY_LOOKUP_PARTIAL, in keyctl_describe_key()
901 key_ref = lookup_user_key(id, KEY_LOOKUP_CREATE | KEY_LOOKUP_PARTIAL, in keyctl_chown_key()
1007 key_ref = lookup_user_key(id, KEY_LOOKUP_CREATE | KEY_LOOKUP_PARTIAL, in keyctl_setperm_key()
1390 key_ref = lookup_user_key(id, KEY_LOOKUP_CREATE | KEY_LOOKUP_PARTIAL, in keyctl_set_timeout()
1400 KEY_LOOKUP_PARTIAL, in keyctl_set_timeout()
1495 key_ref = lookup_user_key(keyid, KEY_LOOKUP_PARTIAL, KEY_NEED_VIEW); in keyctl_get_security()
1507 key_ref = lookup_user_key(keyid, KEY_LOOKUP_PARTIAL, 0); in keyctl_get_security()
Dprocess_keys.c781 if (!(lflags & KEY_LOOKUP_PARTIAL)) { in lookup_user_key()
799 if (!(lflags & KEY_LOOKUP_PARTIAL) && in lookup_user_key()
Dinternal.h165 #define KEY_LOOKUP_PARTIAL 0x02 macro