Searched refs:wrappedKey (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/drm/1.0/default/ |
D | DrmPlugin.cpp | 166 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/ |
D | drm_hal_clearkey_test.cpp | 725 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()
|
D | drm_hal_vendor_test.cpp | 828 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/ |
D | IDrmPlugin.hal | 211 * @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
|