Lines Matching defs:self
134 &mut self, in read_block()
164 fn find_empty_slot(&mut self, is_upgrade: bool) -> Result<Option<usize>, Error> { in find_empty_slot()
203 fn write_block(&mut self, start: usize, buffer: &[u8]) -> Result<(), Error> { in write_block()
231 fn resize(&mut self, new_size: usize) -> Result<(), Error> { in resize()
243 fn zero_entries(&mut self, begin: usize, end: usize) -> Result<(), Error> { in zero_entries()
290 &'a self, in get_factory_reset_secret_impl()
344 &mut self, in get_or_create_factory_reset_secret_impl()
376 fn read_slot_data(&self, slot: SecureDeletionSlot, buffer: &mut [u8]) -> Result<(), Error> { in read_slot_data()
438 fn drop(&mut self) { in drop()
447 &mut self, in get_or_create_factory_reset_secret()
466 &mut self, in new_secret()
546 fn get_secret(&self, slot: SecureDeletionSlot) -> Result<SecureDeletionData, Error> { in get_secret()
585 fn delete_secret(&mut self, slot: SecureDeletionSlot) -> Result<(), Error> { in delete_secret()
654 fn delete_all(&mut self) { in delete_all()
988 &mut self, in get_or_create_factory_reset_secret()
999 &mut self, in new_secret()
1006 fn get_secret(&self, slot: SecureDeletionSlot) -> Result<SecureDeletionData, Error> { in get_secret()
1010 fn delete_secret(&mut self, slot: SecureDeletionSlot) -> Result<(), Error> { in delete_secret()
1014 fn delete_all(&mut self) { in delete_all()