lib: add blobgen framework
This adds a framework for en/decrypting data blobs. Some SoCs have
support for hardware crypto engines that can en/decrypt using keys
that a tied to the SoC and are visible for the crypto hardware only.
With this patch it's possible to encrypt confidential data using
these keys and to decrypt it later for usage.

Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 4b4dc56 commit 6f91b9b1994fff3a627633b8883b9ea3fc3acef1
@Steffen Trumtrar Steffen Trumtrar authored on 17 Feb 2016
Sascha Hauer committed on 12 Apr 2019
Showing 7 changed files
View
commands/Kconfig
View
commands/Makefile
View
commands/blobgen.c 0 → 100644
View
include/blobgen.h 0 → 100644
View
lib/Kconfig
View
lib/Makefile
View
lib/blobgen.c 0 → 100644