Home
last modified time | relevance | path

Searched refs:decrypt_1_2 (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
H A DCryptoPlugin.cpp63 Return<void> hResult = decrypt_1_2( in decrypt()
80 Return<void> CryptoPlugin::decrypt_1_2( in decrypt_1_2() function in android::hardware::drm::V1_4::clearkey::CryptoPlugin
/aosp12/hardware/interfaces/drm/1.2/
H A DICryptoPlugin.hal37 * decrypt_1_2() only differs from decrypt() in that additional status
80 decrypt_1_2(bool secure, uint8_t[16] keyId, uint8_t[16] iv, Mode mode,
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
H A DCryptoPlugin.h88 Return<void> decrypt_1_2(
/aosp12/frameworks/av/drm/libmediadrm/
H A DCryptoHal.cpp348 hResult = mPluginV1_2->decrypt_1_2(secure, toHidlArray16(keyId), toHidlArray16(iv), in decrypt()
/aosp12/hardware/interfaces/drm/1.2/vts/functional/
H A Ddrm_hal_common.cpp426 auto res = cryptoPlugin->decrypt_1_2(isSecure, keyId, localIv, mode, pattern, in decrypt()