Lines Matching defs:keyring

107 static void keyring_publish_name(struct key *keyring)  in keyring_publish_name()
140 static int keyring_instantiate(struct key *keyring, in keyring_instantiate()
412 static void keyring_destroy(struct key *keyring) in keyring_destroy()
437 static void keyring_describe(const struct key *keyring, struct seq_file *m) in keyring_describe()
481 static long keyring_read(const struct key *keyring, in keyring_read()
523 struct key *keyring; in keyring_alloc() local
554 int restrict_link_reject(struct key *keyring, in restrict_link_reject()
646 static int search_keyring(struct key *keyring, struct keyring_search_context *ctx) in search_keyring()
663 static bool search_nested_keyrings(struct key *keyring, in search_nested_keyrings()
667 struct key *keyring; in search_nested_keyrings() member
902 struct key *keyring; in keyring_search_rcu() local
937 key_ref_t keyring_search(key_ref_t keyring, in keyring_search()
1024 struct key *keyring; in keyring_restrict() local
1101 struct key *keyring, *key; in find_key_to_update() local
1144 struct key *keyring; in find_keyring_by_name() local
1236 int __key_link_lock(struct key *keyring, in __key_link_lock()
1292 int __key_link_begin(struct key *keyring, in __key_link_begin()
1350 int __key_link_check_live_key(struct key *keyring, struct key *key) in __key_link_check_live_key()
1367 void __key_link(struct key *keyring, struct key *key, in __key_link()
1382 void __key_link_end(struct key *keyring, in __key_link_end()
1407 static int __key_link_check_restriction(struct key *keyring, struct key *key) in __key_link_check_restriction()
1435 int key_link(struct key *keyring, struct key *key) in key_link()
1471 static int __key_unlink_lock(struct key *keyring) in __key_unlink_lock()
1484 static int __key_unlink_begin(struct key *keyring, struct key *key, in __key_unlink_begin()
1506 static void __key_unlink(struct key *keyring, struct key *key, in __key_unlink()
1518 static void __key_unlink_end(struct key *keyring, in __key_unlink_end()
1545 int key_unlink(struct key *keyring, struct key *key) in key_unlink()
1647 int keyring_clear(struct key *keyring) in keyring_clear()
1678 static void keyring_revoke(struct key *keyring) in keyring_revoke()
1716 void keyring_gc(struct key *keyring, time64_t limit) in keyring_gc()
1761 void keyring_restriction_gc(struct key *keyring, struct key_type *dead_type) in keyring_restriction_gc()