Home
last modified time | relevance | path

Searched defs:certFile (Results 1 – 4 of 4) sorted by relevance

/base/hiviewdfx/hiview/core/param_update/src/
Dparam_reader.cpp37 std::string certFile = std::string(CFG_PATH) + "CERT.ENC"; in VerifyCertFile() local
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
Dcert_manager_status.c758 static int32_t CertManagerStatusFile(const struct CmContext *context, struct CertFile certFile, in CertManagerStatusFile()
808 struct CertFile certFile = { 0, 0 }; in SetcertStatus() local
837 struct CertFile certFile = { 0, 0 }; in CmSetStatusEnable() local
847 struct CertFile certFile = { NULL, NULL }; in CmGetCertStatus() local
Dcert_manager_query.c237 static int32_t MallocCertNameAndPath(struct CertFileInfo *certFile, const char *path, in MallocCertNameAndPath()
261 static int32_t GetCertNameAndPath(struct CertFileInfo *certFile, const char *path, const char *file… in GetCertNameAndPath()
Dcert_manager_service.c807 static int32_t CopyCertFileInfo(const struct CertFileInfo *certFile, struct CertFileInfo *dstCertFi… in CopyCertFileInfo()