Searched refs:noOfCert (Results 1 – 1 of 1) sorted by relevance
129 inline size_t noOfCert(T &&) { return 1; } in noOfCert() function130 inline size_t noOfCert(const keymaster_cert_chain_t& cert_chain) { return cert_chain.entry_count; } in noOfCert() function135 return noOfCert(forward<CERT>(cert)) + certCount(forward<CERTS>(certs)...); in certCount()