Home
last modified time | relevance | path

Searched defs:dest_keyring (Results 1 – 9 of 9) sorted by relevance

/linux/crypto/asymmetric_keys/
H A Drestrict.c70 int restrict_link_by_signature(struct key *dest_keyring, in restrict_link_by_signature()
130 int restrict_link_by_ca(struct key *dest_keyring, in restrict_link_by_ca()
171 int restrict_link_by_digsig(struct key *dest_keyring, in restrict_link_by_digsig()
206 static int key_or_keyring_common(struct key *dest_keyring, in key_or_keyring_common()
328 int restrict_link_by_key_or_keyring(struct key *dest_keyring, in restrict_link_by_key_or_keyring()
356 int restrict_link_by_key_or_keyring_chain(struct key *dest_keyring, in restrict_link_by_key_or_keyring_chain()
/linux/certs/
H A Dsystem_keyring.c45 int restrict_link_by_builtin_trusted(struct key *dest_keyring, in restrict_link_by_builtin_trusted()
65 int restrict_link_by_digsig_builtin(struct key *dest_keyring, in restrict_link_by_digsig_builtin()
88 struct key *dest_keyring, in restrict_link_by_builtin_and_secondary_trusted()
117 int restrict_link_by_digsig_builtin_and_secondary(struct key *dest_keyring, in restrict_link_by_digsig_builtin_and_secondary()
207 struct key *dest_keyring, in restrict_link_by_builtin_secondary_and_machine()
H A Dblacklist.c301 static int restrict_link_for_blacklist(struct key *dest_keyring, in restrict_link_for_blacklist()
/linux/security/keys/
H A Drequest_key.c228 struct key *dest_keyring) in construct_key()
269 struct key *dest_keyring = *_dest_keyring, *authkey; in construct_get_dest_keyring() local
370 struct key *dest_keyring, in construct_alloc_key()
493 struct key *dest_keyring, in construct_key_and_link()
580 struct key *dest_keyring, in request_key_and_link()
H A Drequest_key_auth.c163 struct key *dest_keyring) in request_key_auth_new()
H A Dkeyctl.c1179 struct key *instkey, *dest_keyring; in keyctl_instantiate_key_common() local
1340 struct key *instkey, *dest_keyring; in keyctl_reject_key() local
H A Dkeyring.c997 static bool keyring_detect_restriction_cycle(const struct key *dest_keyring, in keyring_detect_restriction_cycle()
/linux/include/crypto/
H A Dpublic_key.h87 static inline int restrict_link_by_ca(struct key *dest_keyring, in restrict_link_by_ca()
95 static inline int restrict_link_by_digsig(struct key *dest_keyring, in restrict_link_by_digsig()
/linux/include/keys/
H A Drequest_key_auth-type.h19 struct key *dest_keyring; member