Commits
Franck LENORMAND committed 1a9ab669c14
MLK-19801-1 crypto: caam - 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> (cherry picked from commit ebbb132da8e7f9de7f3d375eff8d87f684feb1eb) Signed-off-by: Vipul Kumar <vipul_kumar@mentor.com> (cherry picked from commit 8b6f6b4474be33ee271dfe2cce79f9f6335733aa) -make tag functionality depend on JR -change commit headline prefix Signed-off-by: Horia Geantă <horia.geanta@nxp.com>