Home
last modified time | relevance | path

Searched refs:TEE_TYPE_DATA (Results 1 – 4 of 4) sorted by relevance

/optee_os/lib/libutee/include/
H A Dtee_api_defines.h416 #define TEE_TYPE_DATA 0xA00000BF macro
/optee_os/core/tee/
H A Dtee_svc_cryp.c1376 if (o->info.objectType == TEE_TYPE_DATA) { in tee_obj_attr_to_binary()
1408 if (o->info.objectType == TEE_TYPE_DATA) in tee_obj_attr_from_binary()
1437 if (o->info.objectType == TEE_TYPE_DATA) in tee_obj_attr_copy_from()
1564 if (obj_type == TEE_TYPE_DATA) { in tee_obj_set_type()
1635 if (obj_type != TEE_TYPE_DATA) { in tee_obj_set_type()
H A Dtee_svc_storage.c282 res = tee_obj_set_type(o, TEE_TYPE_DATA, 0); in tee_svc_storage_init_file()
/optee_os/lib/libutee/
H A Dtee_api_objects.c312 if (objectType == TEE_TYPE_DATA) in TEE_AllocateTransientObject()