commit | f1e9b21b29bdc21a51c6c1a4b8df7eb5e2bd5189 | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Fri Mar 08 15:22:14 2019 +0100 |
committer | Jérôme Forissier <jerome.forissier@linaro.org> | Mon Mar 11 17:58:04 2019 +0100 |
tree | 3f7280058413d43e605e867b156f86bd6271941a | |
parent | 96098f011f7cc334d2c9eb694e1cc45ded4f64cf [diff] |
core: crypto: introduce struct crypto_authenc_ops Uses struct crypto_authenc_ops pointer in crypto context for authenc ciphers (AES-GCM and AES-CCM) as a glue layer instead of a switch(algo) in each cryto_authenc_*() function. Reviewed-by: Jerome Forissier <jerome.forissier@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