Home
last modified time | relevance | path

Searched refs:CryptoInfo (Results 1 – 25 of 30) sorted by relevance

12

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/drm/
H A D_crypto_info.md1 # CryptoInfo chapter
6 定义CryptoInfo,该信息由[IMediaDecryptModule::DecryptMediaData](interface_i_media_decrypt_module.md#decryp…
33 unsigned char [] CryptoInfo::iv
43 unsigned char [] CryptoInfo::keyId
53 struct Pattern CryptoInfo::pattern
63 struct SubSample [] CryptoInfo::subSamples
73 enum CryptoAlgorithmType CryptoInfo::type
H A D_media_key_system_types_8idl.md24 | struct  [Pattern](_pattern.md) | 定义Pattern,该信息由CryptoInfo使用。 |
25 | struct  [SubSample](_sub_sample.md) | 定义SubSample,该信息由CryptoInfo使用。 |
26 | struct  [CryptoInfo](_crypto_info.md) | 定义CryptoInfo,该信息由[IMediaDecryptModule::DecryptM…
H A D_hdi_drm.md41 | struct  [Pattern](_pattern.md) | 定义Pattern,该信息由CryptoInfo使用。 |
42 | struct  [SubSample](_sub_sample.md) | 定义SubSample,该信息由CryptoInfo使用。 |
43 | struct  [CryptoInfo](_crypto_info.md) | 定义CryptoInfo,该信息由[IMediaDecryptModule::DecryptM…
H A Dinterface_i_media_decrypt_module.md20 | [DecryptMediaData](#decryptmediadata) ([in] boolean secure, [in] struct [CryptoInfo](_crypto_info…
30 IMediaDecryptModule::DecryptMediaData ([in] boolean secure, [in] struct CryptoInfo cryptoInfo, [in]…
H A D_pattern.md6 定义Pattern,该信息由CryptoInfo使用。
H A D_sub_sample.md6 定义SubSample,该信息由CryptoInfo使用。
H A DReadme-CN.md15 - [CryptoInfo](_crypto_info.md)
/ohos5.0/drivers/peripheral/clearplay/interfaces/include/drm/v1_0/
H A Dmedia_key_system_types.h143 struct CryptoInfo { struct
177 bool CryptoInfoBlockMarshalling(OHOS::MessageParcel &data, const OHOS::HDI::Drm::V1_0::CryptoInfo& …
179 bool CryptoInfoBlockUnmarshalling(OHOS::MessageParcel &data, OHOS::HDI::Drm::V1_0::CryptoInfo& data…
H A Dmedia_decrypt_module_proxy.h38 int32_t DecryptMediaData(bool secure, const OHOS::HDI::Drm::V1_0::CryptoInfo& cryptoInfo,
45 … static int32_t DecryptMediaData_(bool secure, const OHOS::HDI::Drm::V1_0::CryptoInfo& cryptoInfo,
H A Dimedia_decrypt_module.h64 … virtual int32_t DecryptMediaData(bool secure, const OHOS::HDI::Drm::V1_0::CryptoInfo& cryptoInfo,
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/drm_v1_0/cpp_target/drm/v1_0/
H A Dmedia_key_system_types.h.txt143 struct CryptoInfo {
177 bool CryptoInfoBlockMarshalling(OHOS::MessageParcel &data, const OHOS::HDI::Drm::V1_0::CryptoInfo& …
179 bool CryptoInfoBlockUnmarshalling(OHOS::MessageParcel &data, OHOS::HDI::Drm::V1_0::CryptoInfo& data…
H A Dmedia_decrypt_module_proxy.h.txt38 int32_t DecryptMediaData(bool secure, const OHOS::HDI::Drm::V1_0::CryptoInfo& cryptoInfo,
45 … static int32_t DecryptMediaData_(bool secure, const OHOS::HDI::Drm::V1_0::CryptoInfo& cryptoInfo,
H A Dmedia_decrypt_module_service.cpp.txt25 …yptModuleService::DecryptMediaData(bool secure, const OHOS::HDI::Drm::V1_0::CryptoInfo& cryptoInfo,
H A Dmedia_decrypt_module_proxy.cpp.txt33 …const OHOS::HDI::Drm::V1_0::CryptoInfo& cryptoInfo, const OHOS::HDI::Drm::V1_0::DrmBuffer& srcBuff…
49 …const OHOS::HDI::Drm::V1_0::CryptoInfo& cryptoInfo, const OHOS::HDI::Drm::V1_0::DrmBuffer& srcBuff…
H A Dmedia_decrypt_module_service.h.txt30 int32_t DecryptMediaData(bool secure, const OHOS::HDI::Drm::V1_0::CryptoInfo& cryptoInfo,
H A Dimedia_decrypt_module.h.txt64 … virtual int32_t DecryptMediaData(bool secure, const OHOS::HDI::Drm::V1_0::CryptoInfo& cryptoInfo,
H A Dmedia_key_system_types.cpp.txt273 bool CryptoInfoBlockMarshalling(OHOS::MessageParcel& data, const OHOS::HDI::Drm::V1_0::CryptoInfo& …
302 bool CryptoInfoBlockUnmarshalling(OHOS::MessageParcel& data, OHOS::HDI::Drm::V1_0::CryptoInfo& data…
/ohos5.0/drivers/peripheral/clearplay/hdi_service/include/drm/v1_0/
H A Dmedia_decrypt_module_service.h31 int32_t DecryptMediaData(bool secure, const CryptoInfo& cryptoInfo, const DrmBuffer& srcBuffer,
/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,
/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()
113 void MediaDecryptModuleService::SetCryptInfo(OHOS::HDI::Drm::V1_0::CryptoInfo &cryptInfoTmp, in SetCryptInfo()
/ohos5.0/drivers/interface/drm/v1_0/
H A DIMediaDecryptModule.idl38 …DecryptMediaData([in] boolean secure, [in] struct CryptoInfo cryptoInfo, [in] struct DrmBuffer src…
H A DMediaKeySystemTypes.idl121 struct CryptoInfo {
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/drm_v1_0/foo/drm/v1_0/
H A DIMediaDecryptModule.idl38 …DecryptMediaData([in] boolean secure, [in] struct CryptoInfo cryptoInfo, [in] struct DrmBuffer src…
H A DMediaKeySystemTypes.idl121 struct CryptoInfo {
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/drm_v1_0/dump_ast_target/
H A Ddump.txt155 [in] ohos.hdi.drm.v1_0.CryptoInfo cryptoInfo,
283 [mini, lite, full] struct CryptoInfo {

12