Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/security/keys/
H A Drequest_key.c730 struct key *request_key_with_auxdata(struct key_type *type, in request_key_with_auxdata() function
752 EXPORT_SYMBOL(request_key_with_auxdata);
/OK3568_Linux_fs/kernel/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,
/OK3568_Linux_fs/kernel/include/linux/
H A Dkey.h325 extern struct key *request_key_with_auxdata(struct key_type *type,
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfs4idmap.c294 rkey = request_key_with_auxdata(&key_type_id_resolver_legacy, in nfs_idmap_request_key()