Searched refs:aes_ctr_decrypt (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/drm/1.0/vts/functional/include/android/hardware/drm/1.0/vts/ |
D | drm_hal_clearkey_test.h | 187 void aes_ctr_decrypt(uint8_t* dest, uint8_t* src, uint8_t* iv,
|
D | drm_hal_vendor_test.h | 197 void aes_ctr_decrypt(uint8_t* dest, uint8_t* src, uint8_t* iv,
|
/hardware/interfaces/drm/1.2/vts/functional/include/android/hardware/drm/1.2/vts/ |
D | drm_hal_common.h | 118 void aes_ctr_decrypt(uint8_t* dest, uint8_t* src, uint8_t* iv,
|
/hardware/interfaces/drm/1.2/vts/functional/ |
D | drm_hal_common.cpp | 450 aes_ctr_decrypt(&reference[0], base, localIv, subSamples, key); in decrypt() 471 void DrmHalTest::aes_ctr_decrypt(uint8_t* dest, uint8_t* src, in aes_ctr_decrypt() function in android::hardware::drm::V1_2::vts::DrmHalTest
|
/hardware/interfaces/drm/1.0/vts/functional/ |
D | drm_hal_clearkey_test.cpp | 896 aes_ctr_decrypt(&reference[0], base, localIv, subSamples, contentKey); in decrypt() 917 void DrmHalClearkeyDecryptTest::aes_ctr_decrypt(uint8_t* dest, uint8_t* src, in aes_ctr_decrypt() function in android::hardware::drm::V1_0::vts::DrmHalClearkeyDecryptTest
|
D | drm_hal_vendor_test.cpp | 1185 aes_ctr_decrypt(&reference[0], base, localIv, subSamples, key); in decrypt() 1206 void DrmHalVendorDecryptTest::aes_ctr_decrypt(uint8_t* dest, uint8_t* src, in aes_ctr_decrypt() function in android::hardware::drm::V1_0::vts::DrmHalVendorDecryptTest
|