Home
last modified time | relevance | path

Searched hist:"9 a8a19cdba48dbca89c2a35d7984e9ec28f97bda" (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/include/tee/
H A Duuid.h9a8a19cdba48dbca89c2a35d7984e9ec28f97bda Thu Dec 08 15:07:00 UTC 2016 Jens Wiklander <jens.wiklander@linaro.org> core: encode UUID big endian

When encoding a UUID as a sequence of bytes, the spec
(https://www.ietf.org/rfc/rfc4122.txt) says that the u32, and two u16s
should be represented big endian.

Before this patch OPTEE always treated them natively. With this patch
UUIDs are always converted to/from big endian when communicating with
normal world.

Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
Fixes: https://github.com/OP-TEE/optee_os/issues/858
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
/optee_os/core/tee/
H A Duuid.c9a8a19cdba48dbca89c2a35d7984e9ec28f97bda Thu Dec 08 15:07:00 UTC 2016 Jens Wiklander <jens.wiklander@linaro.org> core: encode UUID big endian

When encoding a UUID as a sequence of bytes, the spec
(https://www.ietf.org/rfc/rfc4122.txt) says that the u32, and two u16s
should be represented big endian.

Before this patch OPTEE always treated them natively. With this patch
UUIDs are always converted to/from big endian when communicating with
normal world.

Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
Fixes: https://github.com/OP-TEE/optee_os/issues/858
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
H A Dsub.mk9a8a19cdba48dbca89c2a35d7984e9ec28f97bda Thu Dec 08 15:07:00 UTC 2016 Jens Wiklander <jens.wiklander@linaro.org> core: encode UUID big endian

When encoding a UUID as a sequence of bytes, the spec
(https://www.ietf.org/rfc/rfc4122.txt) says that the u32, and two u16s
should be represented big endian.

Before this patch OPTEE always treated them natively. With this patch
UUIDs are always converted to/from big endian when communicating with
normal world.

Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
Fixes: https://github.com/OP-TEE/optee_os/issues/858
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>