Home
last modified time | relevance | path

Searched refs:toBeAuthedUri (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_auth_mgr.c130 …onstructToBeAuthedUri(const struct CMUri *uriObj, uint32_t clientUid, struct CmBlob *toBeAuthedUri) in ConstructToBeAuthedUri() argument
146 return CmConstructUri(&uri, toBeAuthedUri); in ConstructToBeAuthedUri()
188 struct CmBlob toBeAuthedUri = { 0, NULL }; in CalcUriMac() local
194 ret = ConstructToBeAuthedUri(uriObj, clientUid, &toBeAuthedUri); in CalcUriMac()
215 ret = CmKeyOpCalcMac(&macKeyUri, &toBeAuthedUri, mac); in CalcUriMac()
222 CM_FREE_PTR(toBeAuthedUri.data); in CalcUriMac()