Home
last modified time | relevance | path

Searched refs:write_buf (Results 1 – 4 of 4) sorted by relevance

/trusty/user/app/avb/
Davb_manager.cpp95 uint64_t write_buf[kRollbackSlotMax] = {0}; in ReadRollbackIndex() local
96 rc = storage_->write(0, write_buf, sizeof(write_buf)); in ReadRollbackIndex()
147 uint64_t write_buf[kRollbackSlotMax] = {0}; in WriteRollbackIndex() local
148 write_buf[slot] = request_value; in WriteRollbackIndex()
149 rc = storage_->write(0, write_buf, sizeof(write_buf)); in WriteRollbackIndex()
/trusty/user/app/storage/
Drpmb.h61 void* write_buf,
Dtipc_ns.c70 void* write_buf, in rpmb_send() argument
112 {.iov_base = write_buf, .iov_len = write_size}, in rpmb_send()
/trusty/user/app/storage/test/storage_host_test/
Dstorageproxy_shim.c158 void* write_buf, in rpmb_send() argument
172 memcpy(&rpmb_state.cmd[cmd_index], write_buf, write_buf_size); in rpmb_send()