Home
last modified time | relevance | path

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

/hardware/interfaces/drm/1.3/vts/functional/
Ddrm_hal_test.cpp46 auto res = drmPlugin_->signRSA( in TEST_P()
/hardware/interfaces/drm/aidl/android/hardware/drm/
DIDrmPlugin.aidl720 byte[] signRSA( in signRSA() method
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/1/android/hardware/drm/
DIDrmPlugin.aidl74 byte[] signRSA(in byte[] sessionId, in String algorithm, in byte[] message, in byte[] wrappedkey); in signRSA() method
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/current/android/hardware/drm/
DIDrmPlugin.aidl74 byte[] signRSA(in byte[] sessionId, in String algorithm, in byte[] message, in byte[] wrappedkey); in signRSA() method
/hardware/interfaces/drm/1.0/default/
DDrmPlugin.cpp310 Return<void> DrmPlugin::signRSA(const hidl_vec<uint8_t>& sessionId, in signRSA() function in android::hardware::drm::V1_0::implementation::DrmPlugin
315 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()