libckteec: Enable CK_ULONG conversion for CKA_NAME_HASH_ALGORITHM

CKA_NAME_HASH_ALGORITHM is CK_ULONG and needs to be translated to 32bits.

Signed-off-by: Vesa Jääskeläinen <vesa.jaaskelainen@vaisala.com>
Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org>
1 file changed
tree: 7b4a72409994f633f74c263eaae74315b46e2f1d
  1. libckteec/
  2. libteec/
  3. public/
  4. scripts/
  5. tee-supplicant/
  6. .gitattributes
  7. .gitignore
  8. .travis.yml
  9. Android.mk
  10. android_flags.mk
  11. CMakeLists.txt
  12. CMakeToolchain.txt
  13. config.mk
  14. flags.mk
  15. LICENSE
  16. Makefile
  17. README.md
  18. 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