Home
last modified time | relevance | path

Searched refs:cryptInfoTmp (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/src/
H A Dmedia_decrypt_module_service.cpp90 OHOS::HDI::Drm::V1_0::CryptoInfo cryptInfoTmp; in DecryptMediaData() local
91 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 …]
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/include/
H A Dmedia_decrypt_module_service.h44 void SetCryptInfo(OHOS::HDI::Drm::V1_0::CryptoInfo &cryptInfoTmp,