Searched refs:DrmHalClearkeyDecryptTest (Results 1 – 4 of 4) sorted by relevance
/aosp12/hardware/interfaces/drm/1.0/vts/functional/ |
H A D | drm_hal_test_main.cpp | 28 using ::android::hardware::drm::V1_0::vts::DrmHalClearkeyDecryptTest; 75 GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(DrmHalClearkeyDecryptTest); 76 INSTANTIATE_TEST_SUITE_P(PerInstance, DrmHalClearkeyDecryptTest, testing::ValuesIn(kAllInstances),
|
H A D | drm_hal_clearkey_test.cpp | 826 void DrmHalClearkeyDecryptTest::fillRandom(const sp<IMemory>& memory) { in fillRandom() 836 uint32_t DrmHalClearkeyDecryptTest::decrypt(Mode mode, in decrypt() 917 void DrmHalClearkeyDecryptTest::aes_ctr_decrypt(uint8_t* dest, uint8_t* src, in aes_ctr_decrypt() 949 void DrmHalClearkeyDecryptTest::aes_cbc_decrypt(uint8_t* dest, uint8_t* src, in aes_cbc_decrypt() 969 TEST_P(DrmHalClearkeyDecryptTest, TestQueryKeyStatus) { in TEST_P() argument 981 TEST_P(DrmHalClearkeyDecryptTest, ClearSegmentTest) { in TEST_P() argument 1003 TEST_P(DrmHalClearkeyDecryptTest, EncryptedAesCtrSegmentTest) { in TEST_P() argument 1025 TEST_P(DrmHalClearkeyDecryptTest, EncryptedAesCtrSegmentTestNoKeys) { in TEST_P() argument 1044 void DrmHalClearkeyDecryptTest::decryptWithInvalidKeys( in decryptWithInvalidKeys() 1071 TEST_P(DrmHalClearkeyDecryptTest, DecryptWithEmptyKey) { in TEST_P() argument [all …]
|
/aosp12/hardware/interfaces/drm/1.3/vts/functional/ |
H A D | drm_hal_test_main.cpp | 50 using android::hardware::drm::V1_0::vts::DrmHalClearkeyDecryptTest; 105 GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(DrmHalClearkeyDecryptTest); 106 INSTANTIATE_TEST_SUITE_P(PerInstanceUuidV1_0, DrmHalClearkeyDecryptTest,
|
/aosp12/hardware/interfaces/drm/1.0/vts/functional/include/android/hardware/drm/1.0/vts/ |
H A D | drm_hal_clearkey_test.h | 171 class DrmHalClearkeyDecryptTest : public DrmHalClearkeyPluginTest {
|