]> git.baikalelectronics.ru Git - arm-tf.git/commit
drivers: crypto: Add authenticated decryption framework
authorSumit Garg <sumit.garg@linaro.org>
Fri, 15 Nov 2019 05:13:00 +0000 (10:43 +0530)
committerSumit Garg <sumit.garg@linaro.org>
Fri, 6 Mar 2020 11:10:37 +0000 (16:40 +0530)
commit7cda17bb0f92db39d123a4f2a1732c9978556453
tree341aa1c3de6d7db4ca669c6901340905be92bb00
parentd95f7a7287b21422f6a32fde8a4d735ec78e2659
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
Makefile
docs/getting_started/build-options.rst
drivers/auth/crypto_mod.c
drivers/auth/cryptocell/712/cryptocell_crypto.c
drivers/auth/mbedtls/mbedtls_common.mk
drivers/auth/mbedtls/mbedtls_crypto.c
include/drivers/auth/crypto_mod.h
include/drivers/auth/mbedtls/mbedtls_config.h
include/plat/common/platform.h
make_helpers/defaults.mk