Home
last modified time | relevance | path

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

/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_service.c343 const struct CmMutableBlob *sysServicePathList, struct CmMutableBlob *pathList) in MergeUserPathList() argument
345 uint32_t uidCount = callerPathList->size + sysServicePathList->size; in MergeUserPathList()
365 struct CmMutableBlob *sysServicePath = (struct CmMutableBlob *)sysServicePathList->data; in MergeUserPathList()
373 for (uint32_t i = 0; i < sysServicePathList->size; i++) { in MergeUserPathList()
390 struct CmMutableBlob sysServicePathList = { 0, NULL }; in CmGetUserCertPathList() local
403 ret = CmGetCertPathList(&sysServiceContext, store, &sysServicePathList); in CmGetUserCertPathList()
410 ret = MergeUserPathList(&callerPathList, &sysServicePathList, pathList); in CmGetUserCertPathList()
420 if (sysServicePathList.data != NULL) { in CmGetUserCertPathList()
421 CmFreePathList((struct CmMutableBlob *)sysServicePathList.data, sysServicePathList.size); in CmGetUserCertPathList()