commit | 392e4df5067b8c5d35fabee53359fbc35ff9005c | [log] [tgz] |
---|---|---|
author | Sumit Garg <sumit.garg@linaro.org> | Fri Nov 15 10:43:00 2019 +0530 |
committer | Sumit Garg <sumit.garg@linaro.org> | Fri Mar 06 16:40:37 2020 +0530 |
tree | 341aa1c3de6d7db4ca669c6901340905be92bb00 | |
parent | cb52c7318b681ea3de5f393b23992a9270e2c563 [diff] |
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