Home
last modified time | relevance | path

Searched refs:request_key_with_auxdata (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/security/keys/
H A Drequest_key.c746 struct key *request_key_with_auxdata(struct key_type *type, in request_key_with_auxdata() function
768 EXPORT_SYMBOL(request_key_with_auxdata);
/openbmc/linux/Documentation/security/keys/
H A Drequest-key.rst25 struct key *request_key_with_auxdata(const struct key_type *type,
54 The request_key_with_auxdata() calls is like the request_key_tag() call, except
H A Dcore.rst1181 struct key *request_key_with_auxdata(const struct key_type *type,
/openbmc/linux/include/linux/
H A Dkey.h331 extern struct key *request_key_with_auxdata(struct key_type *type,
/openbmc/linux/fs/nfs/
H A Dnfs4idmap.c294 rkey = request_key_with_auxdata(&key_type_id_resolver_legacy, in nfs_idmap_request_key()