Home
last modified time | relevance | path

Searched refs:sysPathCnt (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_query.c160 uint32_t sysPathCnt = 1; /* system root ca path only have one layer */ in CmGetSysCertPathList() local
161 uint32_t listSize = sizeof(struct CmMutableBlob) * sysPathCnt; in CmGetSysCertPathList()
172 CmFreePathList(cPathList, sysPathCnt); in CmGetSysCertPathList()
178 CmFreePathList(cPathList, sysPathCnt); in CmGetSysCertPathList()
183 pathList->size = sysPathCnt; in CmGetSysCertPathList()