Searched refs:DecryptBySM4Cbc (Results 1 – 2 of 2) sorted by relevance
41 int32_t DecryptBySM4Cbc(const std::vector<uint8_t> &key, const std::vector<uint8_t> &iv,
109 ret = DecryptBySM4Cbc(key, cryptoInfo.iv, srcData, destData, cryptoInfo.subSamples); in DecryptMediaData()136 int32_t MediaDecryptModuleService::DecryptBySM4Cbc(const std::vector<uint8_t> &key, const std::vect… in DecryptBySM4Cbc() function in OHOS::HDI::Drm::V1_0::MediaDecryptModuleService