Searched refs:TEE_TYPE_DATA (Results 1 – 4 of 4) sorted by relevance
416 #define TEE_TYPE_DATA 0xA00000BF macro
1376 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()
282 res = tee_obj_set_type(o, TEE_TYPE_DATA, 0); in tee_svc_storage_init_file()
312 if (objectType == TEE_TYPE_DATA) in TEE_AllocateTransientObject()