Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/crypto/se050/core/
A Dstorage.c30 len = o->info.dataSize; in crypto_storage_obj_del()
/optee_os-3.20.0/core/tee/
A Dtee_svc_storage.c153 o->info.dataSize = size - sizeof(head) - head.attr_size; in tee_svc_storage_read_head()
302 o->info.dataSize = len; in tee_svc_storage_init_file()
666 .data_size = o->info.dataSize, in syscall_storage_next_enum()
796 if (o->info.dataPosition > o->info.dataSize) in syscall_storage_obj_write()
797 o->info.dataSize = o->info.dataPosition; in syscall_storage_obj_write()
841 o->info.dataSize = len; in syscall_storage_obj_trunc()
880 if (ADD_OVERFLOW(o->info.dataSize, offset, &new_pos)) in syscall_storage_obj_seek()
A Dtee_svc_cryp.c1127 o_info.data_size = o->info.dataSize; in syscall_cryp_obj_get_info()
/optee_os-3.20.0/lib/libutee/include/
A Dtee_api_types.h94 uint32_t dataSize; member
/optee_os-3.20.0/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-3.20.0/lib/libutee/
A Dtee_api_objects.c52 objectInfo->dataSize = 0; in TEE_GetObjectInfo()
60 objectInfo->dataSize = info.data_size; in TEE_GetObjectInfo()
82 objectInfo->dataSize = info.data_size; in TEE_GetObjectInfo1()
627 objectInfo->dataSize = info.data_size; in TEE_GetNextPersistentObject()

Completed in 15 milliseconds