Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/keymaster/remote/
Dremote_keymaster4_device.cpp195 const keymaster_cert_chain_t& cert_chain) { in kmCertChain2Hidl() argument
197 if (!cert_chain.entry_count || !cert_chain.entries) return result; in kmCertChain2Hidl()
199 result.resize(cert_chain.entry_count); in kmCertChain2Hidl()
200 for (size_t i = 0; i < cert_chain.entry_count; ++i) { in kmCertChain2Hidl()
201 result[i] = kmBlob2hidlVec(cert_chain.entries[i]); in kmCertChain2Hidl()
/device/google/cuttlefish/host/commands/secure_env/
Dtpm_keymaster_context.cpp270 keymaster::CertChainPtr* cert_chain) const { in GenerateAttestation()
303 cert_chain); in GenerateAttestation()
Dtpm_keymaster_context.h81 keymaster::CertChainPtr* cert_chain) const override;