Add Cdm support for Cast provision 4.0 flow
Bug: 259455235 Test: CorePIGTest.CastReceiverProvisioning* Merged from https://widevine-internal-review.googlesource.com/174150 Change-Id: I8d546a73a64a71a4d61225d9c6d14d893decce22
This commit is contained in:
@@ -1310,8 +1310,7 @@ CdmResponseType CdmSession::LoadCastPrivateKey(
|
||||
CdmResponseType CdmSession::GenerateRsaSignature(const std::string& message,
|
||||
std::string* signature,
|
||||
RSA_Padding_Scheme scheme) {
|
||||
return crypto_session_->GenerateRsaSignature(message, signature,
|
||||
scheme);
|
||||
return crypto_session_->GenerateRsaSignature(message, signature, scheme);
|
||||
}
|
||||
|
||||
// For testing only - takes ownership of pointers
|
||||
|
||||
Reference in New Issue
Block a user