| commit | 98dc4f488c2f9e433e3e6574ddbdafd116f523db | [log] [tgz] |
|---|---|---|
| author | Marouene Boubakri <marouene.boubakri@nxp.com> | Thu Nov 16 12:45:27 2023 +0100 |
| committer | Jérôme Forissier <jerome@forissier.org> | Thu Dec 07 12:13:00 2023 +0100 |
| tree | d896fca23feaeb49db0854f7990ddad64fcc81db | |
| parent | a8381cf4a5ec81d3fbe1c810d9546bd73a45bb96 [diff] |
libckteec: serialize_ck.c: serialize AES-GCM mechanism parameters This commits adds serialize_mecha_aes_gcm() function to serialize_ck.c to support AES-GCM mechanism (CKM_AES_GCM) in libckteec. Co-developed-by: Etienne Carriere <etienne.carriere@linaro.org> Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org> Signed-off-by: Marouene Boubakri <marouene.boubakri@nxp.com> Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>
This git contains source code for the non-secure side implementation of the OP-TEE project making up the client library and tee-supplicant.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under optee_client.
// OP-TEE core maintainers