Searched refs:objectType (Results 1 – 6 of 6) sorted by relevance
1123 o_info.obj_type = o->info.objectType; in syscall_cryp_obj_get_info()1249 tp = tee_svc_find_type_props(o->info.objectType); in tee_obj_attr_free()1288 if (o->info.objectType == TEE_TYPE_DATA) { in tee_obj_attr_to_binary()1320 if (o->info.objectType == TEE_TYPE_DATA) in tee_obj_attr_from_binary()1349 if (o->info.objectType == TEE_TYPE_DATA) in tee_obj_attr_copy_from()1357 if (o->info.objectType == src->info.objectType) { in tee_obj_attr_copy_from()1549 o->info.objectType = obj_type; in tee_obj_set_type()1854 TEE_ObjectType obj_type = o->info.objectType; in tee_svc_cryp_obj_populate_type()2334 switch (o->info.objectType) { in syscall_obj_generate_key()2588 if (req_key_type != o->info.objectType && in tee_svc_cryp_check_key_type()[all …]
33 uint32_t objectType; member124 res = tee_obj_set_type(o, head.objectType, head.maxObjectSize); in tee_svc_storage_read_head()156 o->info.objectType = head.objectType; in tee_svc_storage_read_head()261 res = tee_obj_set_type(o, attr_o->info.objectType, in tee_svc_storage_init_file()295 head.objectType = o->info.objectType; in tee_svc_storage_init_file()662 .obj_type = o->info.objectType, in syscall_storage_next_enum()
84 uint32_t objectType; member
133 TEE_Result TEE_AllocateTransientObject(TEE_ObjectType objectType,
56 objectInfo->objectType = info.obj_type; in TEE_GetObjectInfo()78 objectInfo->objectType = info.obj_type; in TEE_GetObjectInfo1()222 TEE_Result TEE_AllocateTransientObject(TEE_ObjectType objectType, in TEE_AllocateTransientObject() argument231 res = _utee_cryp_obj_alloc(objectType, maxKeySize, &obj); in TEE_AllocateTransientObject()623 objectInfo->objectType = info.obj_type; in TEE_GetNextPersistentObject()
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()
Completed in 17 milliseconds