Revise cdm signing api and test

Bug: 279671867
Bug: 279672538
Change-Id: If2e2c6d250c0379c217b3f9b21efb197c9ae4fd6
This commit is contained in:
Kyle Zhang
2023-05-12 21:28:55 +00:00
committed by Robert Shih
parent 5070a7b949
commit 8fcaa04eab
5 changed files with 28 additions and 22 deletions

View File

@@ -390,7 +390,7 @@ class CdmEngine {
// A signing method specifically used by Cast.
// This method should not be used otherwise.
virtual CdmResponseType SignRSA(const std::string& wrapped_key,
virtual CdmResponseType SignRsa(const std::string& wrapped_key,
const std::string& message,
std::string* signature,
RSA_Padding_Scheme padding_scheme);