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
905 struct key *keyring; in keyring_search_rcu() local
940 key_ref_t keyring_search(key_ref_t keyring, in keyring_search()
1027 struct key *keyring; in keyring_restrict() local
1104 struct key *keyring, *key; in find_key_to_update() local
1147 struct key *keyring; in find_keyring_by_name() local
1239 int __key_link_lock(struct key *keyring, in __key_link_lock()
1295 int __key_link_begin(struct key *keyring, in __key_link_begin()
1353 int __key_link_check_live_key(struct key *keyring, struct key *key) in __key_link_check_live_key()
1370 void __key_link(struct key *keyring, struct key *key, in __key_link()
1385 void __key_link_end(struct key *keyring, in __key_link_end()
1410 static int __key_link_check_restriction(struct key *keyring, struct key *key) in __key_link_check_restriction()
1438 int key_link(struct key *keyring, struct key *key) in key_link()
1474 static int __key_unlink_lock(struct key *keyring) in __key_unlink_lock()
1487 static int __key_unlink_begin(struct key *keyring, struct key *key, in __key_unlink_begin()
1509 static void __key_unlink(struct key *keyring, struct key *key, in __key_unlink()
1521 static void __key_unlink_end(struct key *keyring, in __key_unlink_end()
1548 int key_unlink(struct key *keyring, struct key *key) in key_unlink()
1650 int keyring_clear(struct key *keyring) in keyring_clear()
1681 static void keyring_revoke(struct key *keyring) in keyring_revoke()
1719 void keyring_gc(struct key *keyring, time64_t limit) in keyring_gc()
1764 void keyring_restriction_gc(struct key *keyring, struct key_type *dead_type) in keyring_restriction_gc()