Home
last modified time | relevance | path

Searched defs:keyId (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/drm/1.0/default/
DDrmPlugin.cpp268 const hidl_vec<uint8_t>& keyId, const hidl_vec<uint8_t>& input, in encrypt()
279 const hidl_vec<uint8_t>& keyId, const hidl_vec<uint8_t>& input, in decrypt()
290 const hidl_vec<uint8_t>& keyId, const hidl_vec<uint8_t>& message, in sign()
300 const hidl_vec<uint8_t>& keyId, const hidl_vec<uint8_t>& message, in verify()
DCryptoPlugin.cpp62 const hidl_array<uint8_t, 16>& keyId, in decrypt()
/hardware/interfaces/drm/1.0/vts/functional/include/
Ddrm_hal_vendor_module_api.h199 const std::vector<uint8_t> keyId; member
/hardware/interfaces/drm/1.0/vts/functional/
Ddrm_hal_vendor_module_api.h199 const std::vector<uint8_t> keyId; member
Ddrm_hal_clearkey_test.cpp666 hidl_vec<uint8_t> keyId = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1}; in TEST_P() local
680 hidl_vec<uint8_t> keyId = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1}; in TEST_P() local
695 hidl_vec<uint8_t> keyId = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1}; in TEST_P() local
709 hidl_vec<uint8_t> keyId = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1}; in TEST_P() local
840 const vector<uint8_t> keyId = {0x60, 0x06, 0x1e, 0x01, 0x7e, 0x47, in decrypt() local
Ddrm_hal_vendor_test.cpp780 hidl_vec<uint8_t> keyId, input, iv; in TEST_P() local
792 hidl_vec<uint8_t> keyId, input, iv; in TEST_P() local
804 hidl_vec<uint8_t> keyId, message; in TEST_P() local
816 hidl_vec<uint8_t> keyId, message, signature; in TEST_P() local
1131 const hidl_array<uint8_t, 16>& keyId, uint8_t* iv, in decrypt()
/hardware/interfaces/drm/1.2/vts/functional/
Ddrm_hal_common.cpp395 const hidl_array<uint8_t, 16>& keyId, uint8_t* iv, in decrypt()