Home
last modified time | relevance | path

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/
Ddrm_hal_clearkey_test.h187 void aes_ctr_decrypt(uint8_t* dest, uint8_t* src, uint8_t* iv,
Ddrm_hal_vendor_test.h197 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/
Ddrm_hal_common.h118 void aes_ctr_decrypt(uint8_t* dest, uint8_t* src, uint8_t* iv,
/hardware/interfaces/drm/1.2/vts/functional/
Ddrm_hal_common.cpp450 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/
Ddrm_hal_clearkey_test.cpp896 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
Ddrm_hal_vendor_test.cpp1185 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