Searched refs:objectType (Results 1 – 6 of 6) sorted by relevance
| /optee_os/lib/libutee/include/ |
| H A D | tee_api_types.h | 95 uint32_t objectType; member 105 uint32_t objectType; member
|
| H A D | tee_internal_api.h | 173 TEE_Result TEE_AllocateTransientObject(TEE_ObjectType objectType, 176 TEE_Result __GP11_TEE_AllocateTransientObject(TEE_ObjectType objectType,
|
| /optee_os/lib/libutee/ |
| H A D | tee_api_objects.c | 74 objectInfo->objectType = info.obj_type; in TEE_GetObjectInfo() 103 objectInfo->objectType = info.obj_type; in __GP11_TEE_GetObjectInfo() 126 objectInfo->objectType = info.obj_type; in TEE_GetObjectInfo1() 150 objectInfo->objectType = info.obj_type; in __GP11_TEE_GetObjectInfo1() 308 TEE_Result TEE_AllocateTransientObject(TEE_ObjectType objectType, in TEE_AllocateTransientObject() argument 312 if (objectType == TEE_TYPE_DATA) in TEE_AllocateTransientObject() 315 return __GP11_TEE_AllocateTransientObject(objectType, maxObjectSize, in TEE_AllocateTransientObject() 319 TEE_Result __GP11_TEE_AllocateTransientObject(TEE_ObjectType objectType, in __GP11_TEE_AllocateTransientObject() argument 328 res = _utee_cryp_obj_alloc(objectType, maxKeySize, &obj); in __GP11_TEE_AllocateTransientObject() 830 objectInfo->objectType = info.obj_type; in TEE_GetNextPersistentObject() [all …]
|
| /optee_os/core/tee/ |
| H A D | tee_svc_cryp.c | 1186 o_info.obj_type = o->info.objectType; in syscall_cryp_obj_get_info() 1315 type_props = tee_svc_find_type_props(o->info.objectType); in syscall_cryp_obj_get_attr() 1337 tp = tee_svc_find_type_props(o->info.objectType); in tee_obj_attr_free() 1355 tp = tee_svc_find_type_props(o->info.objectType); in tee_obj_attr_clear() 1376 if (o->info.objectType == TEE_TYPE_DATA) { in tee_obj_attr_to_binary() 1382 tp = tee_svc_find_type_props(o->info.objectType); in tee_obj_attr_to_binary() 1408 if (o->info.objectType == TEE_TYPE_DATA) in tee_obj_attr_from_binary() 1412 tp = tee_svc_find_type_props(o->info.objectType); in tee_obj_attr_from_binary() 1437 if (o->info.objectType == TEE_TYPE_DATA) in tee_obj_attr_copy_from() 1441 tp = tee_svc_find_type_props(o->info.objectType); in tee_obj_attr_copy_from() [all …]
|
| H A D | tee_svc_storage.c | 32 uint32_t objectType; member 121 res = tee_obj_set_type(o, head.objectType, head.maxObjectSize); in tee_svc_storage_read_head() 153 o->info.objectType = head.objectType; in tee_svc_storage_read_head() 259 res = tee_obj_set_type(o, attr_o->info.objectType, in tee_svc_storage_init_file() 294 head.objectType = o->info.objectType; in tee_svc_storage_init_file() 679 .obj_type = o->info.objectType, in syscall_storage_next_enum()
|
| /optee_os/core/drivers/crypto/se050/adaptors/apis/ |
| H A D | apdu.c | 452 switch (k_object->objectType) { in se050_key_store_set_rsa_key_bin() 672 switch (k_object->objectType) { in se050_key_store_set_ecc_key_bin()
|