commit | 8f848cdb03b809e96ccec8ecce1231f265ad7c02 | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Mon Mar 30 14:36:59 2020 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Mon Apr 06 18:34:09 2020 +0200 |
tree | 7f7ad274c15b84d2313ac75cd967d1857db8648a | |
parent | 4f6d71606482a7cc346546de5b6be277985650f6 [diff] |
core: crypto: add internal_aes_gcm_{en,de}crypt_block() Adds internal_aes_gcm_encrypt_block() and internal_aes_gcm_decrypt_block() to encrypt or decrypt a well aligned AES-GCM payload block. Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains source code for the secure side implementation of OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io.
// OP-TEE core maintainers