Home
last modified time | relevance | path

Searched defs:brand (Results 1 – 5 of 5) sorted by relevance

/trusty/user/app/keymaster/
Dkeymaster_attributes.proto48 optional bytes brand = 1 [(nanopb).max_size=64]; field
Dkeymaster_attributes.pb.h35 AttestationIds_brand_t brand; member
/trusty/user/app/keymint/
Dsecure_storage_manager.rs336 let brand = attestation_ids_pb.take_brand(); in read_attestation_ids() localVariable
858 let brand = b"new brand"; in single_attestation_id_field() localVariable
911 let brand = b"unknown brand"; in test_provision_attestation_id_file() localVariable
961 let brand = b"unknown brand"; in test_provision_attestation_id_file_imei2_none() localVariable
1014 let brand = b"unknown brand"; in all_attestation_id_fields() localVariable
Dipc_manager.rs781 let brand = b"no brand".to_vec(); in set_attestation_ids_secure() localVariable
820 let brand = b"no brand".to_vec(); in set_attestation_ids() localVariable
Dkeymaster_attributes.rs250 brand: ::protobuf::SingularField<::std::vec::Vec<u8>>, field