Searched defs:caCert (Results 1 – 4 of 4) sorted by relevance
130 X509* TrustedRootCa::FindMatchedRoot(X509* caCert) in FindMatchedRoot()148 X509* TrustedRootCa::FindMatchedRoot(const StringCertMap& rootCertMap, X509* caCert) in FindMatchedRoot()
28 static int32_t CmGetAppCertChain(X509 *cert, STACK_OF(X509) *caCert, struct AppCert *appCert) in CmGetAppCertChain()
420 static int32_t ConstructCertData(HcfCertChainData *certsData, uint8_t *caCert, uint32_t caCertLen, in ConstructCertData()
97 X509 *caCert = nullptr; in AddCAToStore() local