Home
last modified time | relevance | path

Searched refs:CREDNTIAL_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.h26 #define CREDNTIAL_STORE "/data/service/el1/public/cert_manager_service/certificates/credential/" macro
H A Dcert_manager.h27 #define CREDNTIAL_STORE "/data/service/el1/public/cert_manager_service/certificates/credential/" macro
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_storage.c35 ret = memcpy_s(rootPath, pathLen - 1, CREDNTIAL_STORE, strlen(CREDNTIAL_STORE)); in GetRootPath()
H A Dcert_manager.c88 ret = sprintf_s(pathPtr, MAX_PATH_LEN, "%s%u", CREDNTIAL_STORE, context->userId); in GetFilePath()
269 …ret = sprintf_s((char*)path->data, MAX_PATH_LEN, "%s%u/%u", CREDNTIAL_STORE, context->userId, cont… in CmAppCertGetFilePath()
296 CREDNTIAL_STORE, context->userId, context->uid); in CmCallingAppCertGetFilePath()
H A Dcm_event_process.c485 ret = CmTraversalDir(context, CREDNTIAL_STORE, CM_CREDENTIAL_STORE); in CmDeleteProcessInfo()