-
- Downloads
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
Showing
- Makefile 10 additions, 1 deletionMakefile
- docs/getting_started/build-options.rst 6 additions, 0 deletionsdocs/getting_started/build-options.rst
- drivers/auth/crypto_mod.c 32 additions, 0 deletionsdrivers/auth/crypto_mod.c
- drivers/auth/cryptocell/712/cryptocell_crypto.c 1 addition, 1 deletiondrivers/auth/cryptocell/712/cryptocell_crypto.c
- drivers/auth/mbedtls/mbedtls_common.mk 11 additions, 1 deletiondrivers/auth/mbedtls/mbedtls_common.mk
- drivers/auth/mbedtls/mbedtls_crypto.c 115 additions, 2 deletionsdrivers/auth/mbedtls/mbedtls_crypto.c
- include/drivers/auth/crypto_mod.h 30 additions, 4 deletionsinclude/drivers/auth/crypto_mod.h
- include/drivers/auth/mbedtls/mbedtls_config.h 6 additions, 0 deletionsinclude/drivers/auth/mbedtls/mbedtls_config.h
- include/plat/common/platform.h 9 additions, 0 deletionsinclude/plat/common/platform.h
- make_helpers/defaults.mk 3 additions, 0 deletionsmake_helpers/defaults.mk
Loading
Please register or sign in to comment