Home
last modified time | relevance | path

Searched refs:DrmHalVendorDecryptTest (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/drm/1.0/vts/functional/
Ddrm_hal_test_main.cpp32 using ::android::hardware::drm::V1_0::vts::DrmHalVendorDecryptTest;
64 GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(DrmHalVendorDecryptTest);
65 INSTANTIATE_TEST_CASE_P(DrmHalVendorDecryptTestCases, DrmHalVendorDecryptTest,
Ddrm_hal_vendor_test.cpp1104 void DrmHalVendorDecryptTest::fillRandom(const sp<IMemory>& memory) { in fillRandom()
1114 hidl_vec<KeyValue> DrmHalVendorDecryptTest::queryKeyStatus(SessionId sessionId) { in queryKeyStatus()
1125 void DrmHalVendorDecryptTest::removeKeys(SessionId sessionId) { in removeKeys()
1130 uint32_t DrmHalVendorDecryptTest::decrypt(Mode mode, bool isSecure, in decrypt()
1206 void DrmHalVendorDecryptTest::aes_ctr_decrypt(uint8_t* dest, uint8_t* src, in aes_ctr_decrypt()
1239 void DrmHalVendorDecryptTest::aes_cbc_decrypt(uint8_t* dest, uint8_t* src, in aes_cbc_decrypt()
1262 TEST_P(DrmHalVendorDecryptTest, QueryKeyStatusInvalidSession) { in TEST_P() argument
1276 TEST_P(DrmHalVendorDecryptTest, QueryKeyStatusWithNoKeys) { in TEST_P() argument
1288 TEST_P(DrmHalVendorDecryptTest, QueryKeyStatus) { in TEST_P() argument
1302 TEST_P(DrmHalVendorDecryptTest, ClearSegmentTest) { in TEST_P() argument
[all …]
/hardware/interfaces/drm/1.3/vts/functional/
Ddrm_hal_test_main.cpp47 using android::hardware::drm::V1_0::vts::DrmHalVendorDecryptTest;
92 GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(DrmHalVendorDecryptTest);
93 INSTANTIATE_TEST_CASE_P(PerInstanceUuidV1_0, DrmHalVendorDecryptTest,
/hardware/interfaces/drm/1.0/vts/functional/include/android/hardware/drm/1.0/vts/
Ddrm_hal_vendor_test.h180 class DrmHalVendorDecryptTest : public DrmHalVendorPluginTest {
182 DrmHalVendorDecryptTest() = default;
183 virtual ~DrmHalVendorDecryptTest() {} in ~DrmHalVendorDecryptTest()