| commit | 333e51280497722c7f466b1c7905a3fd76290d6a | [log] [tgz] |
|---|---|---|
| author | Vesa Jääskeläinen <vesa.jaaskelainen@vaisala.com> | Fri Dec 22 09:35:28 2023 +0200 |
| committer | Jérôme Forissier <jerome@forissier.org> | Fri Jan 12 14:38:33 2024 +0100 |
| tree | 10eaccf93a80a9022bf062aeec1ce2497dcf125d | |
| parent | 332f454cdf8d0a97cd4ac03d5e99136c9218d114 [diff] |
libckteec: Fix CK_ULONG conversions in C_GetTokenInfo() When running in 64 bit CPU things like ulMaxSessionCount would get value of 4294967295 instead of ~0. Adjust all other CK_ULONG fields supporting CK_UNAVAILABLE_INFORMATION. Signed-off-by: Vesa Jääskeläinen <vesa.jaaskelainen@vaisala.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