Home
last modified time | relevance | path

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

/aosp14/system/core/trusty/keymaster/3.0/
H A DTrustyKeymaster3Device.cpp144 const keymaster_cert_chain_t& cert_chain) { in kmCertChain2Hidl() argument
146 if (!cert_chain.entry_count || !cert_chain.entries) return result; in kmCertChain2Hidl()
148 result.resize(cert_chain.entry_count); in kmCertChain2Hidl()
149 for (size_t i = 0; i < cert_chain.entry_count; ++i) { in kmCertChain2Hidl()
150 result[i] = kmBlob2hidlVec(cert_chain.entries[i]); in kmCertChain2Hidl()
/aosp14/system/core/trusty/keymaster/include/trusty_keymaster/legacy/
H A Dtrusty_keymaster_device.h66 keymaster_cert_chain_t* cert_chain);
123 keymaster_cert_chain_t* cert_chain);
/aosp14/system/core/trusty/keymaster/4.0/
H A DTrustyKeymaster4Device.cpp196 const keymaster_cert_chain_t& cert_chain) { in kmCertChain2Hidl() argument
198 if (!cert_chain.entry_count || !cert_chain.entries) return result; in kmCertChain2Hidl()
200 result.resize(cert_chain.entry_count); in kmCertChain2Hidl()
201 for (size_t i = 0; i < cert_chain.entry_count; ++i) { in kmCertChain2Hidl()
202 result[i] = kmBlob2hidlVec(cert_chain.entries[i]); in kmCertChain2Hidl()