Home
last modified time | relevance | path

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

/trusty/user/app/keymaster/
Dsecure_storage_manager.cpp266 uint32_t content_size = attestation_key->certs[i].content.size; in ReadCertChainFromStorage() local
267 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()