Home
last modified time | relevance | path

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

/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/include/
H A Dcert_manager_uri.h68 int32_t CertManagerUriDecode(struct CMUri *uri, const char *encoded);
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_uri.c493 int32_t CertManagerUriDecode(struct CMUri *uri, const char *encoded) in CertManagerUriDecode() function
540 int32_t ret = CertManagerUriDecode(&uriObj, (char *)uri->data); in CertManagerGetUidFromUri()
H A Dcert_manager_service.c217 int32_t ret = CertManagerUriDecode(&uriObj, (char *)authUri->data); in CheckAndGetStore()
659 int32_t ret = CertManagerUriDecode(&uriObj, (char *)certUri->data); in CmComparisonCallerIdWithUri()
H A Dcert_manager_check.c259 int32_t ret = CertManagerUriDecode(&uriObj, (char *)uri->data); in checkCallerAndUri()
H A Dcert_manager_updateflag.c209 int32_t ret = CertManagerUriDecode(&cmUri, certUri); in CmConstructContextFromUri()
H A Dcert_manager_query.c368 ret = CertManagerUriDecode(&certUri, uri); in GetUserCertAlias()
H A Dcert_manager_auth_mgr.c94 int32_t ret = CertManagerUriDecode(uriObj, (char *)uri->data); in GetAndCheckUriObj()
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_service/main/os_dependency/idl/cm_ipc/
H A Dcm_ipc_service.c332 ret = CertManagerUriDecode(&uri, (char *)keyUri->data); in GetAppCertInfo()