Searched refs:keyring (Results 1 – 8 of 8) sorted by relevance
/include/keys/ |
A D | system_keyring.h | 22 extern int restrict_link_by_builtin_trusted(struct key *keyring, 30 extern __init int load_module_cert(struct key *keyring); 36 static inline __init int load_module_cert(struct key *keyring) in load_module_cert() argument 45 struct key *keyring, 49 int restrict_link_by_digsig_builtin_and_secondary(struct key *keyring, 68 extern void __init set_machine_trusted_keys(struct key *keyring); 71 static inline void __init set_machine_trusted_keys(struct key *keyring) in set_machine_trusted_keys() argument 126 extern void __init set_platform_trusted_keys(struct key *keyring); 128 static inline void set_platform_trusted_keys(struct key *keyring) in set_platform_trusted_keys() argument
|
A D | asymmetric-type.h | 81 extern struct key *find_asymmetric_key(struct key *keyring, 88 const struct key *keyring);
|
/include/linux/ |
A D | nvme-keyring.h | 13 struct key *nvme_tls_psk_refresh(struct key *keyring, 16 key_serial_t nvme_tls_psk_default(struct key *keyring, 22 static inline struct key *nvme_tls_psk_refresh(struct key *keyring, in nvme_tls_psk_refresh() argument 28 static inline key_serial_t nvme_tls_psk_default(struct key *keyring, in nvme_tls_psk_default() argument
|
A D | key-type.h | 174 struct key *keyring, 179 struct key *keyring, 185 struct key *keyring, in key_negate_and_link() argument 188 return key_reject_and_link(key, timeout, ENOKEY, keyring, authkey); in key_negate_and_link()
|
A D | digsig.h | 47 int digsig_verify(struct key *keyring, const char *sig, int siglen, 52 static inline int digsig_verify(struct key *keyring, const char *sig, in digsig_verify() argument
|
A D | key.h | 390 extern key_ref_t key_create(key_ref_t keyring, 398 extern key_ref_t key_create_or_update(key_ref_t keyring, 410 extern int key_link(struct key *keyring, 418 extern int key_unlink(struct key *keyring, 428 extern int restrict_link_reject(struct key *keyring, 433 extern int keyring_clear(struct key *keyring); 435 extern key_ref_t keyring_search(key_ref_t keyring, 440 extern int keyring_restrict(key_ref_t keyring, const char *type,
|
A D | security.h | 2142 void security_key_post_create_or_update(struct key *keyring, struct key *key, 2172 static inline void security_key_post_create_or_update(struct key *keyring, in security_key_post_create_or_update() argument
|
A D | lsm_hook_defs.h | 416 LSM_HOOK(void, LSM_RET_VOID, key_post_create_or_update, struct key *keyring,
|
Completed in 26 milliseconds