Searched refs:content_size (Results 1 – 1 of 1) sorted by relevance
266 uint32_t content_size = attestation_key->certs[i].content.size; in ReadCertChainFromStorage() local267 cert_chain->entries[i].data_length = content_size; in ReadCertChainFromStorage()268 uint8_t* buffer = new (std::nothrow) uint8_t[content_size]; in ReadCertChainFromStorage()272 memcpy(buffer, attestation_key->certs[i].content.bytes, content_size); in ReadCertChainFromStorage()