Searched defs:certPath (Results 1 – 10 of 10) sorted by relevance
100 std::string certPath = CFG_PATH + CERT_FILE; in CheckFileIntegrity() local
190 std::string certPath = CFG_PATH + CERT_FILE; in CheckFileIntegrity() local
87 bool SignatureVerifier::VerifyCertFile(const std::string& certPath, const std::string& verifyPath, in VerifyCertFile()
197 … std::string certPath = NapiUtils::GetStringPropertyUtf8(GetEnv(), jsCert, ContextKey::CERT_PATH); in ParseClientCert() local
313 static int32_t UpdateUserCert(uint32_t userId, uint32_t uid, const char *certPath) in UpdateUserCert()
102 SignerCertPath certPath; member
53 char* certPath; member
368 std::string certPath{ops->clientCert->certPath}; in ParseParams() local
635 for (auto &certPath : pTrustAnchors->certs_) { in GetTrustAnchorsForHostName() local
1493 std::string certPath = icsFileWriter.WriteBinaryFile(certName); variable