mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "drm 1.3 vts: call signRSA with non-empty args" into rvc-dev am: 9ef4f067ba am: 72d8b4e540 am: bb6b690a41
Change-Id: I9024171f67094193ac59bd0aa2e65f8b9bd5aa16
This commit is contained in:
@@ -39,10 +39,10 @@ TEST_P(DrmHalTestV1_3, SignRsaNotAllowed) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// signRSA
|
// signRSA
|
||||||
const hidl_vec<uint8_t>& sessionId{};
|
const hidl_vec<uint8_t>& sessionId{0};
|
||||||
const hidl_string& algorithm{};
|
const hidl_string& algorithm{"RSASSA-PSS-SHA1"};
|
||||||
const hidl_vec<uint8_t>& message{};
|
const hidl_vec<uint8_t>& message{0};
|
||||||
const hidl_vec<uint8_t>& wrappedKey{};
|
const hidl_vec<uint8_t>& wrappedKey{0};
|
||||||
auto res = drmPlugin_->signRSA(
|
auto res = drmPlugin_->signRSA(
|
||||||
sessionId, algorithm, message, wrappedKey,
|
sessionId, algorithm, message, wrappedKey,
|
||||||
[&](StatusV1_0 status, const hidl_vec<uint8_t>& signature) {
|
[&](StatusV1_0 status, const hidl_vec<uint8_t>& signature) {
|
||||||
|
|||||||
Reference in New Issue
Block a user