Home
last modified time | relevance | path

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

/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_auth_list_mgr.c200 int32_t ret = CmStorageGetBuf(path, fileName, &list); in RefreshAuthListBuf()
380 ret = CmStorageGetBuf(authListPath, (char *)uri->data, &list); in CmGetAuthList()
427 ret = CmStorageGetBuf(authListPath, (char *)uri->data, &list); in CmCheckIsAuthUidExist()
H A Dcert_manager_storage.c130 int32_t CmStorageGetBuf(const char *path, const char *fileName, struct CmBlob *storageBuf) in CmStorageGetBuf() function
177 return CmStorageGetBuf(uidPath, (const char *)keyUri->data, certBlob); in CmStorageGetAppCert()
H A Dcert_manager_updateflag.c173 ret = CmStorageGetBuf(uidPath, uriStr, userCertData); in CmReadCertData()
H A Dcert_manager_query.c497 …ret = CmStorageGetBuf((char *)cFileList[i].path.data, (char *)cFileList[i].fileName.data, &certDat… in CmGetCertListInfo()
H A Dcert_manager_service.c497 ret = CmStorageGetBuf((char *)cFileList[matchIndex].path.data, in CmServiceGetCertInfo()
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/include/
H A Dcert_manager_storage.h49 int32_t CmStorageGetBuf(const char *path, const char *fileName, struct CmBlob *storageBuf);