Fix CastReceiver unit tests

Test: opk_ta, opk_ta_p40
Bug: 259454969

Merged from https://widevine-internal-review.googlesource.com/175370

Change-Id: I6cefe7fb85db539ecb066498b51525a04b8bbd51
This commit is contained in:
Matt Feddersen
2023-05-16 21:26:41 +00:00
committed by Robert Shih
parent 27421a9161
commit 4fa979b43d
3 changed files with 82 additions and 33 deletions

View File

@@ -391,6 +391,7 @@ class Provisioning40CastRoundTrip
// Returned
const std::vector<uint8_t>& wrapped_drm_key() { return wrapped_drm_key_; }
const std::vector<uint8_t>& wrapped_rsa_key() { return wrapped_rsa_key_; }
const std::vector<uint8_t>& drm_public_key() { return drm_public_key_; }
OEMCrypto_PrivateKeyType drm_key_type() { return drm_key_type_; }
void set_allowed_schemes(uint32_t allowed_schemes) {