Home
last modified time | relevance | path

Searched refs:product (Results 1 – 25 of 30) sorted by relevance

12

/trusty/user/app/keymint/
Dsecure_storage_manager.rs226 product: &[u8], in provision_attestation_id_file()
245 if !product.is_empty() { in provision_attestation_id_file()
246 attestation_ids.set_product(try_to_vec(product)?); in provision_attestation_id_file()
338 let product = attestation_ids_pb.take_product(); in read_attestation_ids() localVariable
356 Ok(AttestationIdInfo { brand, device, product, serial, imei, imei2, meid, manufacturer, model }) in read_attestation_ids()
528 expect_eq!(lhs.product, rhs.product, "product doesn't match"); in compare_attestation_ids()
843 expect_eq!(attestation_ids.product.len(), 0, "product should be empty"); in unprovisioned_attestation_ids_do_not_error()
880 expect_eq!(attestation_ids_info.product.len(), 0, "shouldn't have a product"); in single_attestation_id_field()
912 let product = b""; in test_provision_attestation_id_file() localVariable
923 product, in test_provision_attestation_id_file()
[all …]
Dkeymaster_attributes.rs252 product: ::protobuf::SingularField<::std::vec::Vec<u8>>, field
351 match self.product.as_ref() { in get_product()
357 self.product.clear(); in clear_product()
361 self.product.is_some() in has_product()
366 self.product = ::protobuf::SingularField::some(v); in set_product()
372 if self.product.is_none() { in mut_product()
373 self.product.set_default(); in mut_product()
375 self.product.as_mut().unwrap() in mut_product()
380 self.product.take().unwrap_or_else(|| ::std::vec::Vec::new()) in take_product()
616 ::protobuf::rt::read_singular_bytes_into(wire_type, is, &mut self.product)?; in merge_from()
[all …]
Dipc_manager.rs362 &req.product, in handle_message()
376 &req.base.product, in handle_message()
474 &req.product, in handle_message()
727 product: &Vec<u8>, in get_set_attestation_ids_message()
737 product.serialize_into(&mut req)?; in get_set_attestation_ids_message()
783 let product = b"p1".to_vec(); in set_attestation_ids_secure() localVariable
792 &product, in set_attestation_ids_secure()
822 let product = b"p1".to_vec(); in set_attestation_ids() localVariable
831 &product, in set_attestation_ids()
DLICENSE139 names, trademarks, service marks, or product names of the Licensor,
/trusty/user/app/keymaster/
Dkeymaster_attributes.pb.c43 product,
53 product,
Dkeymaster_attributes.pb.h39 AttestationIds_product_t product; member
Dsecure_storage_manager.cpp493 if (request.product.buffer_size() > kAttestationIdLengthMax) { in ValidateAndSetBaseAttestationIds()
495 request.product.buffer_size()); in ValidateAndSetBaseAttestationIds()
497 } else if (request.product.buffer_size() > 0) { in ValidateAndSetBaseAttestationIds()
499 attestation_ids->product.size = request.product.buffer_size(); in ValidateAndSetBaseAttestationIds()
500 memcpy(attestation_ids->product.bytes, request.product.begin(), in ValidateAndSetBaseAttestationIds()
501 request.product.buffer_size()); in ValidateAndSetBaseAttestationIds()
Dkeymaster_attributes.proto50 optional bytes product = 3 [(nanopb).max_size=64]; field
Dtrusty_remote_provisioning_context.cpp119 ADD_ID_FIELD(result, ids.product, "product") in CreateDeviceInfo()
DLICENSE139 names, trademarks, service marks, or product names of the Licensor,
/trusty/device/arm/generic-arm64/project/
Dqemu-inc.mk235 out/target/product/trusty/system.img \
236 out/target/product/trusty/vendor.img \
237 out/target/product/trusty/userdata.img \
238 out/target/product/trusty/data/nativetest64 \
/trusty/kernel/lib/ubsan/
Dexemptlist40 # and is not a actual product, just testing infrastructure.
/trusty/user/app/sample/
DLICENSE139 names, trademarks, service marks, or product names of the Licensor,
/trusty/device/x86/generic-x86_64/
DLICENSE139 names, trademarks, service marks, or product names of the Licensor,
/trusty/user/app/avb/
DLICENSE139 names, trademarks, service marks, or product names of the Licensor,
/trusty/user/app/storage/
DLICENSE139 names, trademarks, service marks, or product names of the Licensor,
/trusty/device/nxp/imx7d/
DLICENSE139 names, trademarks, service marks, or product names of the Licensor,
/trusty/user/base/lib/hwkey/
DLICENSE139 names, trademarks, service marks, or product names of the Licensor,
/trusty/user/app/secretkeeper/
DLICENSE139 names, trademarks, service marks, or product names of the Licensor,
/trusty/user/base/lib/rng/
DLICENSE139 names, trademarks, service marks, or product names of the Licensor,
/trusty/vendor/google/aosp/
DLICENSE139 names, trademarks, service marks, or product names of the Licensor,
/trusty/user/app/gatekeeper/
DLICENSE139 names, trademarks, service marks, or product names of the Licensor,
/trusty/user/base/sdk/
DLICENSE141 names, trademarks, service marks, or product names of the Licensor,
/trusty/device/arm/vexpress-a15/
DLICENSE139 names, trademarks, service marks, or product names of the Licensor,
/trusty/user/app/confirmationui/
DLICENSE139 names, trademarks, service marks, or product names of the Licensor,

12