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

/linux-master/include/keys/
H A Drequest_key_auth-type.h19 struct key *dest_keyring; member in struct:request_key_auth
/linux-master/certs/
H A Dsystem_keyring.c45 int restrict_link_by_builtin_trusted(struct key *dest_keyring, argument
65 int restrict_link_by_digsig_builtin(struct key *dest_keyring, argument
87 restrict_link_by_builtin_and_secondary_trusted( struct key *dest_keyring, const struct key_type *type, const union key_payload *payload, struct key *restrict_key) argument
117 restrict_link_by_digsig_builtin_and_secondary(struct key *dest_keyring, const struct key_type *type, const union key_payload *payload, struct key *restrict_key) argument
206 restrict_link_by_builtin_secondary_and_machine( struct key *dest_keyring, const struct key_type *type, const union key_payload *payload, struct key *restrict_key) argument
[all...]
H A Dblacklist.c301 static int restrict_link_for_blacklist(struct key *dest_keyring, argument
/linux-master/security/keys/
H A Drequest_key_auth.c161 request_key_auth_new(struct key *target, const char *op, const void *callout_info, size_t callout_len, struct key *dest_keyring) argument
H A Drequest_key.c269 struct key *dest_keyring = *_dest_keyring, *authkey; local
226 construct_key(struct key *key, const void *callout_info, size_t callout_len, void *aux, struct key *dest_keyring) argument
369 construct_alloc_key(struct keyring_search_context *ctx, struct key *dest_keyring, unsigned long flags, struct key_user *user, struct key **_key) argument
489 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) argument
574 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) argument
[all...]
H A Dkeyring.c997 static bool keyring_detect_restriction_cycle(const struct key *dest_keyring, argument
H A Dkeyctl.c1178 struct key *instkey, *dest_keyring; local
1339 struct key *instkey, *dest_keyring; local
/linux-master/crypto/asymmetric_keys/
H A Drestrict.c70 int restrict_link_by_signature(struct key *dest_keyring, argument
130 int restrict_link_by_ca(struct key *dest_keyring, argument
171 int restrict_link_by_digsig(struct key *dest_keyring, argument
206 static int key_or_keyring_common(struct key *dest_keyring, argument
328 restrict_link_by_key_or_keyring(struct key *dest_keyring, const struct key_type *type, const union key_payload *payload, struct key *trusted) argument
356 restrict_link_by_key_or_keyring_chain(struct key *dest_keyring, const struct key_type *type, const union key_payload *payload, struct key *trusted) argument
[all...]
/linux-master/include/crypto/
H A Dpublic_key.h87 static inline int restrict_link_by_ca(struct key *dest_keyring, argument
95 static inline int restrict_link_by_digsig(struct key *dest_keyring, argument

Completed in 154 milliseconds