Searched refs:KEY_POS_VIEW (Results 1 – 7 of 7) sorted by relevance
29 #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()
549 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()
218 KEY_POS_VIEW | KEY_POS_READ | KEY_POS_SEARCH | KEY_POS_LINK | in request_key_auth_new()
180 if (key->perm & KEY_POS_VIEW) { in proc_keys_show()
387 perm = KEY_POS_VIEW | KEY_POS_SEARCH | KEY_POS_LINK | KEY_POS_SETATTR; in construct_alloc_key()
905 perm = KEY_POS_VIEW | KEY_POS_SEARCH | KEY_POS_LINK | KEY_POS_SETATTR; in __key_create_or_update()
40 #define KEY_POS_VIEW 0x01000000 /* possessor can view a key's attributes */ macro