Searched refs:signRSA (Results 1 – 9 of 9) sorted by relevance
/hardware/interfaces/drm/1.3/vts/functional/ |
D | drm_hal_test.cpp | 46 auto res = drmPlugin_->signRSA( in TEST_P()
|
/hardware/interfaces/drm/aidl/android/hardware/drm/ |
D | IDrmPlugin.aidl | 720 byte[] signRSA( in signRSA() method
|
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/1/android/hardware/drm/ |
D | IDrmPlugin.aidl | 74 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/ |
D | IDrmPlugin.aidl | 74 byte[] signRSA(in byte[] sessionId, in String algorithm, in byte[] message, in byte[] wrappedkey); in signRSA() method
|
/hardware/interfaces/drm/1.0/default/ |
D | DrmPlugin.cpp | 310 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()
|
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()
|