Home
last modified time | relevance | path

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

/Linux-v4.19/security/keys/
Dkeyctl.c598 key_ref = lookup_user_key(keyid, KEY_LOOKUP_PARTIAL, KEY_NEED_VIEW); in keyctl_describe_key()
607 KEY_LOOKUP_PARTIAL, in keyctl_describe_key()
845 key_ref = lookup_user_key(id, KEY_LOOKUP_CREATE | KEY_LOOKUP_PARTIAL, in keyctl_chown_key()
951 key_ref = lookup_user_key(id, KEY_LOOKUP_CREATE | KEY_LOOKUP_PARTIAL, in keyctl_setperm_key()
1334 key_ref = lookup_user_key(id, KEY_LOOKUP_CREATE | KEY_LOOKUP_PARTIAL, in keyctl_set_timeout()
1344 KEY_LOOKUP_PARTIAL, in keyctl_set_timeout()
1439 key_ref = lookup_user_key(keyid, KEY_LOOKUP_PARTIAL, KEY_NEED_VIEW); in keyctl_get_security()
1451 key_ref = lookup_user_key(keyid, KEY_LOOKUP_PARTIAL, 0); in keyctl_get_security()
Dprocess_keys.c714 if (!(lflags & KEY_LOOKUP_PARTIAL)) { in lookup_user_key()
732 if (!(lflags & KEY_LOOKUP_PARTIAL) && in lookup_user_key()
Dinternal.h164 #define KEY_LOOKUP_PARTIAL 0x02 macro