Home
last modified time | relevance | path

Searched refs:MallocCertPath (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.c32 static int32_t MallocCertPath(struct CmMutableBlob *cPath, const char *path) in MallocCertPath() function
82 ret = MallocCertPath(&cPathList[i], pathBuf); /* uniformly free memory by caller */ in ConstrutPathList()
169 int32_t ret = MallocCertPath(&cPathList[0], SYSTEM_CA_STORE); in CmGetSysCertPathList()