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 D | cert_manager_storage.h | 27 #define SYSTEM_CA_STORE "/system/etc/security/certificates/" macro
|
H A D | cert_manager.h | 28 #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 D | cert_manager_storage.c | 38 ret = memcpy_s(rootPath, pathLen - 1, SYSTEM_CA_STORE, strlen(SYSTEM_CA_STORE)); in GetRootPath()
|
H A D | cert_manager_query.c | 169 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 D | cert_manager.c | 100 ret = sprintf_s(pathPtr, MAX_PATH_LEN, "%s", SYSTEM_CA_STORE); in GetFilePath()
|