Home
last modified time | relevance | path

Searched refs:dataSize (Results 1 – 6 of 6) sorted by relevance

/optee_os/lib/libutee/include/
H A Dtee_api_types.h99 size_t dataSize; member
115 uint32_t dataSize; member
/optee_os/lib/libutee/
H A Dtee_api_objects.c70 objectInfo->dataSize = 0; in TEE_GetObjectInfo()
78 objectInfo->dataSize = info.data_size; in TEE_GetObjectInfo()
99 objectInfo->dataSize = 0; in __GP11_TEE_GetObjectInfo()
107 objectInfo->dataSize = info.data_size; in __GP11_TEE_GetObjectInfo()
130 objectInfo->dataSize = info.data_size; in TEE_GetObjectInfo1()
154 objectInfo->dataSize = info.data_size; in __GP11_TEE_GetObjectInfo1()
834 objectInfo->dataSize = info.data_size; in TEE_GetNextPersistentObject()
876 objectInfo->dataSize = info.data_size; in __GP11_TEE_GetNextPersistentObject()
/optee_os/core/drivers/crypto/se050/core/
H A Dstorage.c30 len = o->info.dataSize; in crypto_storage_obj_del()
/optee_os/core/tee/
H A Dtee_svc_storage.c150 o->info.dataSize = size - sizeof(head) - head.attr_size; in tee_svc_storage_read_head()
303 o->info.dataSize = len; in tee_svc_storage_init_file()
683 .data_size = o->info.dataSize, in syscall_storage_next_enum()
813 if (o->info.dataPosition > o->info.dataSize) in syscall_storage_obj_write()
814 o->info.dataSize = o->info.dataPosition; in syscall_storage_obj_write()
865 o->info.dataSize = len; in syscall_storage_obj_trunc()
904 if (ADD_OVERFLOW(o->info.dataSize, offset, &new_pos)) in syscall_storage_obj_seek()
H A Dtee_svc_cryp.c1196 o_info.data_size = o->info.dataSize; in syscall_cryp_obj_get_info()
/optee_os/ta/pkcs11/src/
H A Dpersistent_token.c498 attr = TEE_Malloc(info.dataSize, TEE_MALLOC_FILL_ZERO); in load_persistent_object_attributes()
504 res = TEE_ReadObjectData(hdl, attr, info.dataSize, &read_bytes); in load_persistent_object_attributes()
517 if (read_bytes != info.dataSize) { in load_persistent_object_attributes()
519 read_bytes, info.dataSize); in load_persistent_object_attributes()