Searched defs:keyring (Results 1 – 8 of 8) sorted by relevance
/security/keys/ |
D | keyring.c | 109 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() 410 static void keyring_describe(const struct key *keyring, struct seq_file *m) in keyring_describe() 458 static long keyring_read(const struct key *keyring, in keyring_read() 500 struct key *keyring; in keyring_alloc() local 531 int restrict_link_reject(struct key *keyring, in restrict_link_reject() 623 static int search_keyring(struct key *keyring, struct keyring_search_context *ctx) in search_keyring() 640 static bool search_nested_keyrings(struct key *keyring, in search_nested_keyrings() 644 struct key *keyring; in search_nested_keyrings() member [all …]
|
D | process_keys.c | 141 struct key *keyring; in install_thread_keyring_to_cred() local 188 struct key *keyring; in install_process_keyring_to_cred() local 234 int install_session_keyring_to_cred(struct cred *cred, struct key *keyring) in install_session_keyring_to_cred() 273 static int install_session_keyring(struct key *keyring) in install_session_keyring() 775 struct key *keyring; in join_session_keyring() local
|
D | key.c | 425 struct key *keyring, in __key_instantiate_and_link() 499 struct key *keyring, in key_instantiate_and_link() 570 struct key *keyring, in key_reject_and_link() 820 struct key *keyring, *key = NULL; in key_create_or_update() local
|
D | request_key.c | 57 struct key *keyring = info->data; in umh_keys_init() local 67 struct key *keyring = info->data; in umh_keys_cleanup() local 99 struct key *key = rka->target_key, *keyring, *session; in call_sbin_request_key() local
|
D | keyctl.c | 462 struct key *keyring; in keyctl_keyring_clear() local 546 struct key *keyring, *key; in keyctl_keyring_unlink() local
|
/security/integrity/ |
D | digsig_asymmetric.c | 28 static struct key *request_asymmetric_key(struct key *keyring, uint32_t keyid) in request_asymmetric_key() 82 int asymmetric_verify(struct key *keyring, const char *sig, in asymmetric_verify()
|
D | digsig.c | 27 static struct key *keyring[INTEGRITY_KEYRING_MAX]; variable
|
D | integrity.h | 166 static inline int asymmetric_verify(struct key *keyring, const char *sig, in asymmetric_verify()
|