Home
last modified time | relevance | path

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

/linux-6.6.21/crypto/asymmetric_keys/
Drestrict.c70 int restrict_link_by_signature(struct key *dest_keyring, in restrict_link_by_signature()
126 int restrict_link_by_ca(struct key *dest_keyring, in restrict_link_by_ca()
167 int restrict_link_by_digsig(struct key *dest_keyring, in restrict_link_by_digsig()
202 static int key_or_keyring_common(struct key *dest_keyring, in key_or_keyring_common()
324 int restrict_link_by_key_or_keyring(struct key *dest_keyring, in restrict_link_by_key_or_keyring()
352 int restrict_link_by_key_or_keyring_chain(struct key *dest_keyring, in restrict_link_by_key_or_keyring_chain()
/linux-6.6.21/certs/
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()
Dblacklist.c301 static int restrict_link_for_blacklist(struct key *dest_keyring, in restrict_link_for_blacklist()
/linux-6.6.21/security/keys/
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()
Drequest_key_auth.c163 struct key *dest_keyring) in request_key_auth_new()
Dkeyctl.c1178 struct key *instkey, *dest_keyring; in keyctl_instantiate_key_common() local
1340 struct key *instkey, *dest_keyring; in keyctl_reject_key() local
Dkeyring.c997 static bool keyring_detect_restriction_cycle(const struct key *dest_keyring, in keyring_detect_restriction_cycle()
/linux-6.6.21/include/crypto/
Dpublic_key.h86 static inline int restrict_link_by_ca(struct key *dest_keyring, in restrict_link_by_ca()
94 static inline int restrict_link_by_digsig(struct key *dest_keyring, in restrict_link_by_digsig()
/linux-6.6.21/include/keys/
Drequest_key_auth-type.h19 struct key *dest_keyring; member