Home
last modified time | relevance | path

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

/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/include/
H A Dcert_manager.h35 int32_t CertManagerFindCertFileNameByUri(
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_status.c844 int32_t ret = CertManagerFindCertFileNameByUri(context, certUri, store, &path); in SetcertStatus()
H A Dcert_manager.c185 int32_t CertManagerFindCertFileNameByUri(const struct CmContext *context, const struct CmBlob *cert… in CertManagerFindCertFileNameByUri() function