Home
last modified time | relevance | path

Searched refs:SYSTEM_CA_STORE (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/include/
H A Dcert_manager_storage.h27 #define SYSTEM_CA_STORE "/system/etc/security/certificates/" macro
H A Dcert_manager.h28 #define SYSTEM_CA_STORE "/system/etc/security/certificates/" macro
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_storage.c38 ret = memcpy_s(rootPath, pathLen - 1, SYSTEM_CA_STORE, strlen(SYSTEM_CA_STORE)); in GetRootPath()
H A Dcert_manager_query.c169 int32_t ret = MallocCertPath(&cPathList[0], SYSTEM_CA_STORE); in CmGetSysCertPathList()
176 if (sprintf_s((char *)cPathList[0].data, cPathList[0].size, "%s", SYSTEM_CA_STORE) < 0) { in CmGetSysCertPathList()
H A Dcert_manager.c100 ret = sprintf_s(pathPtr, MAX_PATH_LEN, "%s", SYSTEM_CA_STORE); in GetFilePath()