Searched refs:signRSA (Results 1 – 5 of 5) sorted by relevance
/hardware/interfaces/drm/1.0/default/ |
D | DrmPlugin.cpp | 311 Return<void> DrmPlugin::signRSA(const hidl_vec<uint8_t>& sessionId, in signRSA() function in android::hardware::drm::V1_0::implementation::DrmPlugin 316 status_t status = mLegacyPlugin->signRSA(toVector(sessionId), in signRSA()
|
D | DrmPlugin.h | 125 Return<void> signRSA(const hidl_vec<uint8_t>& sessionId,
|
/hardware/interfaces/drm/1.0/ |
D | IDrmPlugin.hal | 212 * material to be used by signRSA when computing an RSA signature on a 213 * message, see the signRSA method. 486 * ERROR_DRM_INVALID_STATE if the HAL is in a state where the signRSA 490 signRSA(SessionId sessionId, string algorithm, vec<uint8_t> message,
|
/hardware/interfaces/drm/1.0/vts/functional/ |
D | drm_hal_clearkey_test.cpp | 727 auto res = drmPlugin->signRSA(session, algorithm, message, wrappedKey, in TEST_P()
|
D | drm_hal_vendor_test.cpp | 829 auto res = drmPlugin->signRSA(session, algorithm, message, wrappedKey, in TEST_P()
|