Home
last modified time | relevance | path

Searched refs:set_serial (Results 1 – 2 of 2) sorted by relevance

/trusty/user/app/keymint/
Dsecure_storage_manager.rs249 attestation_ids.set_serial(try_to_vec(serial)?); in provision_attestation_id_file()
1027 attestation_ids.set_serial(serial.clone()); in all_attestation_id_fields()
Dkeymaster_attributes.rs401 pub fn set_serial(&mut self, v: ::std::vec::Vec<u8>) { in set_serial() method