libckteec: Add RSA AES key wrap serialization

The PKCS#11 Specification:
https://docs.oasis-open.org/pkcs11/pkcs11-spec/v3.1/cs01/
pkcs11-spec-v3.1-cs01.pdf
6.1.23 RSA AES KEY WRAP

Signed-off-by: Valerii Chubar <valerii_chubar@epam.com>
Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org>
2 files changed
tree: 0975a4c6528a249dab250fd114aeb980c7c613e9
  1. .github/
  2. libckteec/
  3. libseteec/
  4. libteeacl/
  5. libteec/
  6. public/
  7. scripts/
  8. tee-supplicant/
  9. .gitattributes
  10. .gitignore
  11. .travis.yml
  12. Android.mk
  13. android_flags.mk
  14. CMakeLists.txt
  15. CMakeToolchain.txt
  16. config.mk
  17. flags.mk
  18. LICENSE
  19. Makefile
  20. README.md
  21. typedefs.checkpatch
README.md

OP-TEE Client API

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