Home
last modified time | relevance | path

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

12

/trusty/user/app/keymaster/
Dkeymaster_attributes.pb.c109 PB_FIELD( 1, BYTES , REQUIRED, STATIC , FIRST, AttestationCert, content, content, 0),
126 pb_membersize(AttestationCert, content) < 65536),
131 #error Field descriptor for AttestationCert.content is too large. Define PB_FIELD_16BIT to fix this.
Dkeymaster_attributes.pb.h20 AttestationCert_content_t content; member
Dsecure_storage_manager.cpp228 attestation_key->certs[index].content.size = cert_size; in WriteCertToStorage()
229 memcpy(attestation_key->certs[index].content.bytes, cert, cert_size); in WriteCertToStorage()
266 uint32_t content_size = attestation_key->certs[i].content.size; in ReadCertChainFromStorage()
272 memcpy(buffer, attestation_key->certs[i].content.bytes, content_size); in ReadCertChainFromStorage()
862 cert_file, attestation_key->certs[index].content.bytes, in TranslateLegacyFormat()
871 attestation_key->certs[index].content.size = cert_size; in TranslateLegacyFormat()
Dkeymaster_attributes.proto65 required bytes content = 1 [(nanopb).max_size=2048]; field
DLICENSE141 origin of the Work and reproducing the content of the NOTICE file.
/trusty/user/app/sample/stats-test/consumer/
Dconsumer.cpp227 volatile ShmContent* content = (ShmContent*)consumer_ctx.shm_ptr; in reportVendorAtom() local
230 while (content->full.load(std::memory_order_acquire)) { in reportVendorAtom()
234 TLOGD("content->atom_id=%d.\n", content->atom_id); in reportVendorAtom()
236 content->reverse_domain_name); in reportVendorAtom()
237 content->atom_id = vendorAtom.atomId; in reportVendorAtom()
240 strncpy((char*)content->reverse_domain_name, in reportVendorAtom()
243 content->reverse_domain_name[last_atom_str_idx] = '\0'; in reportVendorAtom()
251 content->vendor_atom_values[idx]; in reportVendorAtom()
280 content->full.store(true, std::memory_order_release); in reportVendorAtom()
/trusty/user/app/keymint/
Dkeymaster_attributes.rs1053 content: ::protobuf::SingularField<::std::vec::Vec<u8>>, field
1074 match self.content.as_ref() { in get_content()
1080 self.content.clear(); in clear_content()
1084 self.content.is_some() in has_content()
1089 self.content = ::protobuf::SingularField::some(v); in set_content()
1095 if self.content.is_none() { in mut_content()
1096 self.content.set_default(); in mut_content()
1098 self.content.as_mut().unwrap() in mut_content()
1103 self.content.take().unwrap_or_else(|| ::std::vec::Vec::new()) in take_content()
1109 if self.content.is_none() { in is_initialized()
[all …]
Dsecure_storage_manager.rs315 let content = session.read_all(&file, buffer.as_mut_slice()).map_err(|e| { in get_file_contents() localVariable
318 let total_size = content.len(); in get_file_contents()
327 let content = match get_file_contents(KM_ATTESTATION_ID_FILENAME) { in read_attestation_ids() localVariable
333 Message::parse_from_bytes(content.as_slice()) in read_attestation_ids()
366 Some(content) => Message::parse_from_bytes(content.as_slice()) in read_attestation_key_content()
Dipc_manager.rs749 content: &[u8], in get_set_attestation_key_message()
753 (content.len() as u32).serialize_into(&mut req)?; in get_set_attestation_key_message()
754 req.extend_from_slice(content); in get_set_attestation_key_message()
DLICENSE141 origin of the Work and reproducing the content of the NOTICE file.
/trusty/user/app/secretkeeper/
Dstore.rs91 let content = session in get() localVariable
94 let total_size = content.len(); in get()
DLICENSE141 origin of the Work and reproducing the content of the NOTICE file.
/trusty/user/app/sample/hwcryptohal/server/
Dservice_encryption_key.rs80 content: T, in encrypt_content_service_encryption_key()
87 &content.to_cbor_value()?.to_vec()?, in encrypt_content_service_encryption_key()
/trusty/host/common/scripts/metrics_atoms_protoc_plugin/
Dmetrics_atoms_protoc_plugin.py356 file.content = rendered
/trusty/user/app/sample/
DLICENSE141 origin of the Work and reproducing the content of the NOTICE file.
/trusty/device/x86/generic-x86_64/
DLICENSE141 origin of the Work and reproducing the content of the NOTICE file.
/trusty/user/app/avb/
DLICENSE141 origin of the Work and reproducing the content of the NOTICE file.
/trusty/user/app/storage/
DLICENSE141 origin of the Work and reproducing the content of the NOTICE file.
/trusty/device/nxp/imx7d/
DLICENSE141 origin of the Work and reproducing the content of the NOTICE file.
/trusty/user/base/lib/hwkey/
DLICENSE141 origin of the Work and reproducing the content of the NOTICE file.
/trusty/user/base/lib/rng/
DLICENSE141 origin of the Work and reproducing the content of the NOTICE file.
/trusty/vendor/google/aosp/
DLICENSE141 origin of the Work and reproducing the content of the NOTICE file.
/trusty/user/app/gatekeeper/
DLICENSE141 origin of the Work and reproducing the content of the NOTICE file.
/trusty/user/base/sdk/
DLICENSE143 origin of the Work and reproducing the content of the NOTICE file.
/trusty/device/arm/vexpress-a15/
DLICENSE141 origin of the Work and reproducing the content of the NOTICE file.

12