Home
last modified time | relevance | path

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

/trusty/user/app/keymint/
Dsecure_storage_manager.rs261 attestation_ids.set_model(try_to_vec(model)?); in provision_attestation_id_file()
1031 attestation_ids.set_model(model.to_vec()); in all_attestation_id_fields()
Dkeymaster_attributes.rs545 pub fn set_model(&mut self, v: ::std::vec::Vec<u8>) { in set_model() method