Home
last modified time | relevance | path

Searched defs:keyring (Results 1 – 7 of 7) sorted by relevance

/security/keys/
Dkeyring.c109 static void keyring_publish_name(struct key *keyring) in keyring_publish_name()
148 static int keyring_instantiate(struct key *keyring, in keyring_instantiate()
385 static void keyring_destroy(struct key *keyring) in keyring_destroy()
403 static void keyring_describe(const struct key *keyring, struct seq_file *m) in keyring_describe()
451 static long keyring_read(const struct key *keyring, in keyring_read()
491 struct key *keyring; in keyring_alloc() local
590 static int search_keyring(struct key *keyring, struct keyring_search_context *ctx) in search_keyring()
607 static bool search_nested_keyrings(struct key *keyring, in search_nested_keyrings()
611 struct key *keyring; in search_nested_keyrings() member
845 struct key *keyring; in keyring_search_aux() local
[all …]
Dprocess_keys.c139 struct key *keyring; in install_thread_keyring_to_cred() local
185 struct key *keyring; in install_process_keyring_to_cred() local
230 int install_session_keyring_to_cred(struct cred *cred, struct key *keyring) in install_session_keyring_to_cred()
269 static int install_session_keyring(struct key *keyring) in install_session_keyring()
771 struct key *keyring; in join_session_keyring() local
Dkey.c418 struct key *keyring, in __key_instantiate_and_link()
488 struct key *keyring, in key_instantiate_and_link()
549 struct key *keyring, in key_reject_and_link()
798 struct key *keyring, *key = NULL; in key_create_or_update() local
Drequest_key.c58 struct key *keyring = info->data; in umh_keys_init() local
68 struct key *keyring = info->data; in umh_keys_cleanup() local
100 struct key *key = cons->key, *authkey = cons->authkey, *keyring, in call_sbin_request_key() local
/security/integrity/
Ddigsig_asymmetric.c26 static struct key *request_asymmetric_key(struct key *keyring, uint32_t keyid) in request_asymmetric_key()
67 int asymmetric_verify(struct key *keyring, const char *sig, in asymmetric_verify()
Ddigsig.c24 static struct key *keyring[INTEGRITY_KEYRING_MAX]; variable
Dintegrity.h159 static inline int asymmetric_verify(struct key *keyring, const char *sig, in asymmetric_verify()