Home
last modified time | relevance | path

Searched refs:wrappedKey (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/drm/1.3/vts/functional/
Ddrm_hal_test.cpp45 const hidl_vec<uint8_t>& wrappedKey{0}; in TEST_P() local
47 sessionId, algorithm, message, wrappedKey, in TEST_P()
/hardware/interfaces/drm/1.0/default/
DDrmPlugin.cpp166 Vector<uint8_t> wrappedKey; in provideProvisionResponse() local
169 toVector(response), certificate, wrappedKey); in provideProvisionResponse()
172 toHidlVec(wrappedKey)); in provideProvisionResponse()
313 const hidl_vec<uint8_t>& wrappedKey, signRSA_cb _hidl_cb) { in signRSA() argument
317 String8(algorithm.c_str()), toVector(message), toVector(wrappedKey), in signRSA()
/hardware/interfaces/drm/1.0/vts/functional/
Ddrm_hal_clearkey_test.cpp725 hidl_vec<uint8_t> wrappedKey = {0, 0, 0, 0, 0, 0, 0, 0, in TEST_P() local
727 auto res = drmPlugin->signRSA(session, algorithm, message, wrappedKey, in TEST_P()
Ddrm_hal_vendor_test.cpp828 hidl_vec<uint8_t> message, wrappedKey; in TEST_P() local
829 auto res = drmPlugin->signRSA(session, algorithm, message, wrappedKey, in TEST_P()
/hardware/interfaces/drm/1.0/
DIDrmPlugin.hal211 * @return wrappedKey an opaque object containing encrypted private key
216 vec<uint8_t> certificate, vec<uint8_t> wrappedKey);
481 * @param wrappedKey the private key returned during provisioning as