Home
last modified time | relevance | path

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

/trusty/user/app/avb/
Davb_manager.cpp77 int rc = storage_->open(filename); in ReadRollbackIndex()
84 rc = storage_->get_file_size(&size); in ReadRollbackIndex()
96 rc = storage_->write(0, write_buf, sizeof(write_buf)); in ReadRollbackIndex()
100 rc = storage_->read(sizeof(rollback_counter) * slot, &rollback_counter, in ReadRollbackIndex()
129 int rc = storage_->open(filename); in WriteRollbackIndex()
136 rc = storage_->get_file_size(&size); in WriteRollbackIndex()
149 rc = storage_->write(0, write_buf, sizeof(write_buf)); in WriteRollbackIndex()
153 rc = storage_->read(sizeof(rollback_counter) * slot, &rollback_counter, in WriteRollbackIndex()
166 rc = storage_->write(sizeof(request_value) * slot, &request_value, in WriteRollbackIndex()
193 int rc = storage_->open(kPermanentAttributesFilename); in ReadPermanentAttributes()
[all …]
Davb_manager.h39 AvbManager(SecureStorageInterface* storage) : storage_(storage) {} in AvbManager()
65 UniquePtr<SecureStorageInterface> storage_; variable
/trusty/user/base/lib/storage/rust/
Drules.mk40 storage_.* \
43 storage_.* \
/trusty/user/app/keymaster/
Dtrusty_keymaster_context.cpp463 : storage_(storage), key_slot_(key_slot) {} in KeySlotCleanup()
466 storage_.DeleteKey(key_slot_); in ~KeySlotCleanup()
473 const SecureDeletionSecretStorage& storage_; member in keymaster::KeySlotCleanup