drivers: crypto: Add authenticated decryption framework
Add framework for autheticated decryption of data. Currently this
patch optionally imports mbedtls library as a backend if build option
"DECRYPTION_SUPPORT = aes_gcm" is set to perform authenticated decryption
using AES-GCM algorithm.

Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
Change-Id: I2966f0e79033151012bf4ffc66f484cd949e7271
1 parent d95f7a7 commit 7cda17bb0f92db39d123a4f2a1732c9978556453
@Sumit Garg Sumit Garg authored on 15 Nov 2019
Showing 10 changed files
View
Makefile
View
docs/getting_started/build-options.rst
View
drivers/auth/crypto_mod.c
View
drivers/auth/cryptocell/712/cryptocell_crypto.c
View
drivers/auth/mbedtls/mbedtls_common.mk
View
drivers/auth/mbedtls/mbedtls_crypto.c
View
include/drivers/auth/crypto_mod.h
View
include/drivers/auth/mbedtls/mbedtls_config.h
View
include/plat/common/platform.h
View
make_helpers/defaults.mk