Home
last modified time | relevance | path

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

/system/keymaster/km_openssl/
Dattestation_utils.cpp129 inline size_t noOfCert(T &&) { return 1; } in noOfCert() function
130 inline size_t noOfCert(const keymaster_cert_chain_t& cert_chain) { return cert_chain.entry_count; } in noOfCert() function
135 return noOfCert(forward<CERT>(cert)) + certCount(forward<CERTS>(certs)...); in certCount()