Home
last modified time | relevance | path

Searched defs:bytes_remaining (Results 1 – 12 of 12) sorted by relevance

/trusted-services/components/service/block_storage/block_store/device/null/
A Dnull_block_store.c61 size_t bytes_remaining = storage_partition->block_size - offset; in null_block_store_read() local
100 size_t bytes_remaining = storage_partition->block_size - offset; in null_block_store_write() local
/trusted-services/components/service/fwu/installer/copy/test/
A Dcopy_installer_tests.cpp167 size_t bytes_remaining = m_image_len - total_read; in TEST_GROUP() local
/trusted-services/components/service/fwu/installer/raw/test/
A Draw_installer_tests.cpp150 size_t bytes_remaining = m_image_len - total_read; in TEST_GROUP() local
/trusted-services/components/media/volume/block_volume/
A Dblock_volume.c205 size_t bytes_remaining = length - bytes_read; in block_volume_read() local
252 size_t bytes_remaining = length - bytes_written; in block_volume_write() local
/trusted-services/components/service/block_storage/block_store/device/ram/
A Dram_block_store.c96 size_t bytes_remaining = storage_partition->block_size - offset; in ram_block_store_read() local
140 size_t bytes_remaining = storage_partition->block_size - offset; in ram_block_store_write() local
/trusted-services/components/service/crypto/client/psa/
A Dpsa_aead.c149 size_t bytes_remaining = input_length - bytes_input; in multi_aead_update_ad() local
193 size_t bytes_remaining = input_length - bytes_input; in multi_aead_update() local
A Dpsa_mac.c95 size_t bytes_remaining = input_length - bytes_processed; in multi_mac_update() local
A Dpsa_hash.c117 size_t bytes_remaining = input_length - bytes_processed; in multi_hash_update() local
A Dpsa_cipher.c123 size_t bytes_remaining = input_length - bytes_input; in multi_cipher_update() local
/trusted-services/components/service/fwu/test/fwu_dut/sim/
A Dsim_fwu_dut.cpp452 size_t bytes_remaining = image_size - total_bytes_read; in verify_image() local
/trusted-services/components/rpc/http/caller/
A Dhttp_caller.c39 size_t bytes_remaining = buf->size - buf->pos; in request_callback() local
/trusted-services/components/service/fwu/test/fwu_client/remote/
A Dremote_fwu_client.cpp410 size_t bytes_remaining = data_len - total_written; in write_stream() local

Completed in 672 milliseconds