summaryrefslogtreecommitdiff
path: root/drivers/crypto/caam/Makefile
diff options
context:
space:
mode:
authorFranck LENORMAND <franck.lenormand@nxp.com>2018-10-05 16:08:25 +0200
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:35:26 +0800
commit04c868140cf6919e764b172281a3b3913058d066 (patch)
treeb09b6790c4755ece38baaa2d54935e2fc2c23098 /drivers/crypto/caam/Makefile
parent95a6a3dd0bc0ef50842dfff91d0dd8acd4b29813 (diff)
MLK-19801: Add tag functionality
Add functions to tag an object with metadata(configuration). It is possible to: - create metadata: - init_tag_object_header - init_blackey_conf - set_tag_object_conf - retrieve metadata: - get_tag_object_conf - get_blackey_conf The API expects an object to be a space a memory with an address and a size. The implementation of the tag is currently exposed but users shouldn't access it directly, they should use the functions provided. Signed-off-by: Franck LENORMAND <franck.lenormand@nxp.com>
Diffstat (limited to 'drivers/crypto/caam/Makefile')
-rw-r--r--drivers/crypto/caam/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/crypto/caam/Makefile b/drivers/crypto/caam/Makefile
index 96d5e9dd0835..229e7d986dfa 100644
--- a/drivers/crypto/caam/Makefile
+++ b/drivers/crypto/caam/Makefile
@@ -25,3 +25,5 @@ ifneq ($(CONFIG_CRYPTO_DEV_FSL_CAAM_CRYPTO_API_QI),)
ccflags-y += -DCONFIG_CAAM_QI
caam-objs += qi.o
endif
+
+obj-$(CONFIG_CRYPTO_DEV_FSL_CAAM_TK_API) += tag_object.o