Home
last modified time | relevance | path

Searched defs:TEE_UUID_LEN (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/tee/
H A Dtee-uclass.c212 const u8 s[TEE_UUID_LEN]) in tee_optee_ta_uuid_from_octets()
221 void tee_optee_ta_uuid_to_octets(u8 d[TEE_UUID_LEN], in tee_optee_ta_uuid_to_octets()
H A Dsandbox.c193 static const struct ta_entry *find_ta_entry(u8 uuid[TEE_UUID_LEN]) in find_ta_entry()
/openbmc/u-boot/include/
H A Dtee.h9 #define TEE_UUID_LEN 16 macro