aboutsummaryrefslogtreecommitdiffstats
path: root/security/keys/internal.h
diff options
context:
space:
mode:
authorDave Jiang <dave.jiang@intel.com>2018-12-04 10:31:27 -0800
committerDan Williams <dan.j.williams@intel.com>2018-12-13 17:54:12 -0800
commit76ef5e17252789da79db78341851922af0c16181 (patch)
tree63722403def0e1cc28f4bfeecd4284081753dea7 /security/keys/internal.h
parentacpi/nfit, libnvdimm: Store dimm id as a member to struct nvdimm (diff)
downloadlinux-dev-76ef5e17252789da79db78341851922af0c16181.tar.xz
linux-dev-76ef5e17252789da79db78341851922af0c16181.zip
keys: Export lookup_user_key to external users
Export lookup_user_key() symbol in order to allow nvdimm passphrase update to retrieve user injected keys. Signed-off-by: Dave Jiang <dave.jiang@intel.com> Acked-by: David Howells <dhowells@redhat.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to '')
-rw-r--r--security/keys/internal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/security/keys/internal.h b/security/keys/internal.h
index 74cb0ff42fed..479909b858c7 100644
--- a/security/keys/internal.h
+++ b/security/keys/internal.h
@@ -158,8 +158,6 @@ extern struct key *request_key_and_link(struct key_type *type,
extern bool lookup_user_key_possessed(const struct key *key,
const struct key_match_data *match_data);
-extern key_ref_t lookup_user_key(key_serial_t id, unsigned long flags,
- key_perm_t perm);
#define KEY_LOOKUP_CREATE 0x01
#define KEY_LOOKUP_PARTIAL 0x02
#define KEY_LOOKUP_FOR_UNLINK 0x04