Searched refs:KEY_POS_VIEW (Results 1 – 6 of 6) sorted by relevance
29 #define BLACKLIST_KEY_PERM (KEY_POS_SEARCH | KEY_POS_VIEW | \268 KEY_POS_VIEW | KEY_POS_READ | KEY_POS_SEARCH in add_key_to_revocation_list()335 KEY_POS_VIEW | KEY_POS_READ | KEY_POS_SEARCH | in blacklist_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()
384 perm = KEY_POS_VIEW | KEY_POS_SEARCH | KEY_POS_LINK | KEY_POS_SETATTR; in construct_alloc_key()
921 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