Home
last modified time | relevance | path

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

/linux/crypto/asymmetric_keys/
H A Drestrict.c73 int restrict_link_by_signature(struct key *dest_keyring, in restrict_link_by_signature()
133 int restrict_link_by_ca(struct key *dest_keyring, in restrict_link_by_ca()
174 int restrict_link_by_digsig(struct key *dest_keyring, in restrict_link_by_digsig()
209 static int key_or_keyring_common(struct key *dest_keyring, in key_or_keyring_common()
331 int restrict_link_by_key_or_keyring(struct key *dest_keyring, in restrict_link_by_key_or_keyring()
359 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.c302 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() argument
269 struct key *dest_keyring = *_dest_keyring, *authkey; in construct_get_dest_keyring() local
370 construct_alloc_key(struct keyring_search_context * ctx,struct key * dest_keyring,unsigned long flags,struct key_user * user,struct key ** _key) construct_alloc_key() argument
493 construct_key_and_link(struct keyring_search_context * ctx,const char * callout_info,size_t callout_len,void * aux,struct key * dest_keyring,unsigned long flags) construct_key_and_link() argument
580 request_key_and_link(struct key_type * type,const char * description,struct key_tag * domain_tag,const void * callout_info,size_t callout_len,void * aux,struct key * dest_keyring,unsigned long flags) request_key_and_link() argument
[all...]
H A Drequest_key_auth.c163 request_key_auth_new(struct key * target,const char * op,const void * callout_info,size_t callout_len,struct key * dest_keyring) request_key_auth_new() argument
H A Dkeyctl.c1179 struct key *instkey, *dest_keyring; in keyctl_instantiate_key_common() local
1340 struct key *instkey, *dest_keyring; keyctl_reject_key() local
H A Dkeyring.c1002 static bool keyring_detect_restriction_cycle(const struct key *dest_keyring, in keyring_detect_restriction_cycle()