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 D | cert_manager_storage.h | 26 #define CREDNTIAL_STORE "/data/service/el1/public/cert_manager_service/certificates/credential/" macro
|
H A D | cert_manager.h | 27 #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 D | cert_manager_storage.c | 35 ret = memcpy_s(rootPath, pathLen - 1, CREDNTIAL_STORE, strlen(CREDNTIAL_STORE)); in GetRootPath()
|
H A D | cert_manager.c | 88 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 D | cm_event_process.c | 485 ret = CmTraversalDir(context, CREDNTIAL_STORE, CM_CREDENTIAL_STORE); in CmDeleteProcessInfo()
|