Home
last modified time | relevance | path

Searched refs:KEY_POS_VIEW (Results 1 – 7 of 7) sorted by relevance

/linux-6.6.21/certs/
Dblacklist.c29 #define BLACKLIST_KEY_PERM (KEY_POS_SEARCH | KEY_POS_VIEW | \
271 KEY_POS_VIEW | KEY_POS_READ | KEY_POS_SEARCH in add_key_to_revocation_list()
338 KEY_POS_VIEW | KEY_POS_READ | KEY_POS_SEARCH | in blacklist_init()
/linux-6.6.21/net/rxrpc/
Drxperf.c549 KEY_POS_VIEW | KEY_POS_READ | KEY_POS_SEARCH in rxperf_add_key()
581 KEY_POS_VIEW | KEY_POS_READ | KEY_POS_SEARCH | in rxperf_init()
/linux-6.6.21/security/keys/
Drequest_key_auth.c218 KEY_POS_VIEW | KEY_POS_READ | KEY_POS_SEARCH | KEY_POS_LINK | in request_key_auth_new()
Dproc.c180 if (key->perm & KEY_POS_VIEW) { in proc_keys_show()
Drequest_key.c387 perm = KEY_POS_VIEW | KEY_POS_SEARCH | KEY_POS_LINK | KEY_POS_SETATTR; in construct_alloc_key()
Dkey.c905 perm = KEY_POS_VIEW | KEY_POS_SEARCH | KEY_POS_LINK | KEY_POS_SETATTR; in __key_create_or_update()
/linux-6.6.21/include/linux/
Dkey.h40 #define KEY_POS_VIEW 0x01000000 /* possessor can view a key's attributes */ macro