Searched refs:cryptInfoTmp (Results 1 – 2 of 2) sorted by relevance
90 OHOS::HDI::Drm::V1_0::CryptoInfo cryptInfoTmp; in DecryptMediaData() local91 SetCryptInfo(cryptInfoTmp, cryptInfo, bufLen); in DecryptMediaData()105 std::to_string(static_cast<int32_t>(cryptInfoTmp.type)), in DecryptMediaData()106 CastToHexString(cryptInfoTmp.keyId), CastToHexString(cryptInfoTmp.iv)); in DecryptMediaData()117 cryptInfoTmp.keyId.assign(cryptInfo.keyId.begin(), cryptInfo.keyId.end()); in SetCryptInfo()118 cryptInfoTmp.iv.assign(cryptInfo.iv.begin(), cryptInfo.iv.end()); in SetCryptInfo()119 cryptInfoTmp.pattern.encryptBlocks = cryptInfo.pattern.encryptBlocks; in SetCryptInfo()120 cryptInfoTmp.pattern.skipBlocks = cryptInfo.pattern.skipBlocks; in SetCryptInfo()121 cryptInfoTmp.subSamples.resize(cryptInfo.subSample.size()); in SetCryptInfo()124 bufLen += cryptInfoTmp.subSamples[i].clearHeaderLen; in SetCryptInfo()[all …]
44 void SetCryptInfo(OHOS::HDI::Drm::V1_0::CryptoInfo &cryptInfoTmp,