Searched refs:toBeAuthedUri (Results 1 – 1 of 1) sorted by relevance
130 …onstructToBeAuthedUri(const struct CMUri *uriObj, uint32_t clientUid, struct CmBlob *toBeAuthedUri) in ConstructToBeAuthedUri() argument146 return CmConstructUri(&uri, toBeAuthedUri); in ConstructToBeAuthedUri()188 struct CmBlob toBeAuthedUri = { 0, NULL }; in CalcUriMac() local194 ret = ConstructToBeAuthedUri(uriObj, clientUid, &toBeAuthedUri); in CalcUriMac()215 ret = CmKeyOpCalcMac(&macKeyUri, &toBeAuthedUri, mac); in CalcUriMac()222 CM_FREE_PTR(toBeAuthedUri.data); in CalcUriMac()