Make IV const in privacy_crypto
Merged from https://widevine-internal-review.googlesource.com/188677 Change-Id: I17346b54259ca1929ef40a8d61aef38969800159
This commit is contained in:
committed by
Robert Shih
parent
8429693866
commit
a457c2a14d
@@ -37,7 +37,7 @@ class AesCbcKey {
|
||||
~AesCbcKey();
|
||||
|
||||
bool Init(const std::string& key);
|
||||
bool Encrypt(const std::string& in, std::string* out, std::string* iv);
|
||||
bool Encrypt(const std::string& in, const std::string& iv, std::string* out);
|
||||
|
||||
private:
|
||||
std::string key_;
|
||||
|
||||
Reference in New Issue
Block a user