/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/1/android/hardware/drm/ |
D | ICryptoPlugin.aidl | 37 int decrypt(in android.hardware.drm.DecryptArgs args); in decrypt() method
|
D | IDrmPlugin.aidl | 38 byte[] decrypt(in byte[] sessionId, in byte[] keyId, in byte[] input, in byte[] iv); in decrypt() method
|
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/current/android/hardware/drm/ |
D | ICryptoPlugin.aidl | 37 int decrypt(in android.hardware.drm.DecryptArgs args); in decrypt() method
|
D | IDrmPlugin.aidl | 38 byte[] decrypt(in byte[] sessionId, in byte[] keyId, in byte[] input, in byte[] iv); in decrypt() method
|
/hardware/interfaces/drm/aidl/android/hardware/drm/ |
D | ICryptoPlugin.aidl | 61 int decrypt(in DecryptArgs args); in decrypt() method
|
D | IDrmPlugin.aidl | 76 byte[] decrypt(in byte[] sessionId, in byte[] keyId, in byte[] input, in byte[] iv); in decrypt() method
|
/hardware/qcom/media/msm8974/mm-video-legacy/DivxDrmDecrypt/src/ |
D | DivXDrmDecrypt.cpp | 92 DivXDrmDecrypt* decrypt = drmCreateFunc(); in Create() local
|
/hardware/qcom/media/msm8974/mm-video-v4l2/DivxDrmDecrypt/src/ |
D | DivXDrmDecrypt.cpp | 97 DivXDrmDecrypt* decrypt = drmCreateFunc(); in Create() local
|
/hardware/interfaces/drm/1.0/default/ |
D | CryptoPlugin.cpp | 63 Return<void> CryptoPlugin::decrypt(bool secure, in decrypt() function in android::hardware::drm::V1_0::implementation::CryptoPlugin
|
D | DrmPlugin.cpp | 277 Return<void> DrmPlugin::decrypt(const hidl_vec<uint8_t>& sessionId, in decrypt() function in android::hardware::drm::V1_0::implementation::DrmPlugin
|
/hardware/interfaces/drm/1.2/vts/functional/ |
D | drm_hal_common.cpp | 394 uint32_t DrmHalTest::decrypt(Mode mode, bool isSecure, in decrypt() function in android::hardware::drm::V1_2::vts::DrmHalTest
|
/hardware/interfaces/drm/aidl/vts/ |
D | drm_hal_common.cpp | 482 uint32_t DrmHalTest::decrypt(Mode mode, bool isSecure, const std::array<uint8_t, 16>& keyId, in decrypt() function in aidl::android::hardware::drm::vts::DrmHalTest
|
/hardware/interfaces/keymaster/4.0/vts/performance/ |
D | Benchmark.cpp | 629 static void decrypt(benchmark::State& state, string transform, int keySize, int msgSize) { in decrypt() function
|
/hardware/interfaces/security/keymint/aidl/vts/performance/ |
D | KeyMintBenchmark.cpp | 827 static void decrypt(benchmark::State& state, string transform, int keySize, int msgSize) { in decrypt() function
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_interface.c | 2683 int decrypt = atoi(prop); in get_num_of_cameras() local
|
/hardware/interfaces/drm/1.0/vts/functional/ |
D | drm_hal_clearkey_test.cpp | 836 uint32_t DrmHalClearkeyDecryptTest::decrypt(Mode mode, in decrypt() function in android::hardware::drm::V1_0::vts::DrmHalClearkeyDecryptTest
|
D | drm_hal_vendor_test.cpp | 1130 uint32_t DrmHalVendorDecryptTest::decrypt(Mode mode, bool isSecure, in decrypt() function in android::hardware::drm::V1_0::vts::DrmHalVendorDecryptTest
|