Home
last modified time | relevance | path

Searched refs:keyring (Results 1 – 6 of 6) sorted by relevance

/include/keys/
Dsystem_keyring.h22 extern int restrict_link_by_builtin_trusted(struct key *keyring,
26 extern __init int load_module_cert(struct key *keyring);
31 static inline __init int load_module_cert(struct key *keyring) in load_module_cert() argument
40 struct key *keyring,
54 extern void __init set_machine_trusted_keys(struct key *keyring);
57 static inline void __init set_machine_trusted_keys(struct key *keyring) in set_machine_trusted_keys() argument
112 extern void __init set_platform_trusted_keys(struct key *keyring);
114 static inline void set_platform_trusted_keys(struct key *keyring) in set_platform_trusted_keys() argument
Dasymmetric-type.h81 extern struct key *find_asymmetric_key(struct key *keyring,
88 const struct key *keyring);
/include/linux/
Dkey-type.h178 struct key *keyring,
183 struct key *keyring,
189 struct key *keyring, in key_negate_and_link() argument
192 return key_reject_and_link(key, timeout, ENOKEY, keyring, authkey); in key_negate_and_link()
Ddigsig.h47 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
Dkey.h389 extern key_ref_t key_create_or_update(key_ref_t keyring,
401 extern int key_link(struct key *keyring,
409 extern int key_unlink(struct key *keyring,
419 extern int restrict_link_reject(struct key *keyring,
424 extern int keyring_clear(struct key *keyring);
426 extern key_ref_t keyring_search(key_ref_t keyring,
431 extern int keyring_add_key(struct key *keyring,
434 extern int keyring_restrict(key_ref_t keyring, const char *type,
Dima.h173 extern void ima_post_key_create_or_update(struct key *keyring,
178 static inline void ima_post_key_create_or_update(struct key *keyring, in ima_post_key_create_or_update() argument