aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asymmetric_keys/Makefile
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2018-10-09 17:48:02 +0100
committerJames Morris <james.morris@microsoft.com>2018-10-26 09:30:46 +0100
commit903be6bb84c544551150a6f5aab9fda1ed9a6895 (patch)
tree6f928c9ef96fc34d19b6041ece54a5a30cfe7ae4 /crypto/asymmetric_keys/Makefile
parentcrypto: rsa-pkcs1pad: Allow hash to be optional [ver #2] (diff)
downloadlinux-dev-903be6bb84c544551150a6f5aab9fda1ed9a6895.tar.xz
linux-dev-903be6bb84c544551150a6f5aab9fda1ed9a6895.zip
KEYS: asym_tpm: add skeleton for asym_tpm [ver #2]
This patch adds the basic skeleton for the asym_tpm asymmetric key subtype. Signed-off-by: Denis Kenzior <denkenz@gmail.com> Signed-off-by: David Howells <dhowells@redhat.com> Tested-by: Marcel Holtmann <marcel@holtmann.org> Reviewed-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: James Morris <james.morris@microsoft.com>
Diffstat (limited to '')
-rw-r--r--crypto/asymmetric_keys/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/asymmetric_keys/Makefile b/crypto/asymmetric_keys/Makefile
index c38424f55b08..73fbe650ff1d 100644
--- a/crypto/asymmetric_keys/Makefile
+++ b/crypto/asymmetric_keys/Makefile
@@ -11,6 +11,7 @@ asymmetric_keys-y := \
signature.o
obj-$(CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE) += public_key.o
+obj-$(CONFIG_ASYMMETRIC_TPM_KEY_SUBTYPE) += asym_tpm.o
#
# X.509 Certificate handling