Home
last modified time | relevance | path

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

/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/1/android/hardware/drm/
DIDrmPlugin.aidl38 byte[] decrypt(in byte[] sessionId, in byte[] keyId, in byte[] input, in byte[] iv); in decrypt()
39 byte[] encrypt(in byte[] sessionId, in byte[] keyId, in byte[] input, in byte[] iv); in encrypt()
73 byte[] sign(in byte[] sessionId, in byte[] keyId, in byte[] message); in sign()
75 boolean verify(in byte[] sessionId, in byte[] keyId, in byte[] message, in byte[] signature); in verify()
/hardware/interfaces/drm/aidl/android/hardware/drm/
DIDrmPlugin.aidl76 byte[] decrypt(in byte[] sessionId, in byte[] keyId, in byte[] input, in byte[] iv); in decrypt()
95 byte[] encrypt(in byte[] sessionId, in byte[] keyId, in byte[] input, in byte[] iv); in encrypt()
700 byte[] sign(in byte[] sessionId, in byte[] keyId, in byte[] message); in sign()
742 in byte[] sessionId, in byte[] keyId, in byte[] message, in verify()
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/current/android/hardware/drm/
DIDrmPlugin.aidl38 byte[] decrypt(in byte[] sessionId, in byte[] keyId, in byte[] input, in byte[] iv); in decrypt()
39 byte[] encrypt(in byte[] sessionId, in byte[] keyId, in byte[] input, in byte[] iv); in encrypt()
73 byte[] sign(in byte[] sessionId, in byte[] keyId, in byte[] message); in sign()
75 boolean verify(in byte[] sessionId, in byte[] keyId, in byte[] message, in byte[] signature); in verify()
/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.cpp64 const hidl_array<uint8_t, 16>& keyId, in decrypt()
/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.0/vts/functional/include/
Ddrm_hal_vendor_module_api.h199 const std::vector<uint8_t> keyId; member
/hardware/interfaces/drm/aidl/vts/
Ddrm_hal_common.cpp482 uint32_t DrmHalTest::decrypt(Mode mode, bool isSecure, const std::array<uint8_t, 16>& keyId, 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()