Home
last modified time | relevance | path

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

/hardware/interfaces/drm/1.0/default/
DDrmPlugin.cpp311 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()
DDrmPlugin.h125 Return<void> signRSA(const hidl_vec<uint8_t>& sessionId,
/hardware/interfaces/drm/1.0/
DIDrmPlugin.hal212 * 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/
Ddrm_hal_clearkey_test.cpp727 auto res = drmPlugin->signRSA(session, algorithm, message, wrappedKey, in TEST_P()
Ddrm_hal_vendor_test.cpp829 auto res = drmPlugin->signRSA(session, algorithm, message, wrappedKey, in TEST_P()