Searched refs:entry_count (Results 1 – 2 of 2) sorted by relevance
342 size_t entry_count; member625 for (size_t i = 0; i < chain->entry_count; ++i) { in keymaster_free_cert_chain()632 chain->entry_count = 0; in keymaster_free_cert_chain()
304 if (!cert_chain || cert_chain->entry_count == 0 || !cert_chain->entries) return result; in kmCertChain2Hidl()306 result.resize(cert_chain->entry_count); in kmCertChain2Hidl()307 for (size_t i = 0; i < cert_chain->entry_count; ++i) { in kmCertChain2Hidl()