Home
last modified time | relevance | path

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

/optee_os/core/tee/
A Dtee_svc_storage.c152 o->info.dataSize = size - sizeof(head) - head.attr_size; in tee_svc_storage_read_head()
301 o->info.dataSize = len; in tee_svc_storage_init_file()
439 len = o->info.dataSize; in syscall_storage_obj_del()
776 if (o->info.dataPosition > o->info.dataSize) in syscall_storage_obj_write()
777 o->info.dataSize = o->info.dataPosition; in syscall_storage_obj_write()
821 o->info.dataSize = len; in syscall_storage_obj_trunc()
860 if (ADD_OVERFLOW(o->info.dataSize, offset, &new_pos)) in syscall_storage_obj_seek()
/optee_os/ta/pkcs11/src/
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()
/optee_os/lib/libutee/
A Dtee_api_objects.c51 objectInfo->dataSize = 0; in TEE_GetObjectInfo()
744 ((uint32_t)offset + info.dataSize > TEE_DATA_MAX_POSITION || in TEE_SeekObjectData()
745 (uint32_t)offset + info.dataSize < info.dataSize)) { in TEE_SeekObjectData()
/optee_os/out/arm/export-ta_arm32/host_include/
A Dtee_api_types.h94 uint32_t dataSize; member
/optee_os/out/arm/export-ta_arm64/host_include/
A Dtee_api_types.h94 uint32_t dataSize; member
/optee_os/out/arm/export-ta_arm64/include/
A Dtee_api_types.h94 uint32_t dataSize; member
/optee_os/lib/libutee/include/
A Dtee_api_types.h94 uint32_t dataSize; member
/optee_os/out/arm/export-ta_arm32/include/
A Dtee_api_types.h94 uint32_t dataSize; member

Completed in 12 milliseconds