Add SRM integration tests
[ Merge of http://go/wvgerrit/30582 ] Bug: 34285383 Test: WV unit, integration tests, cdm_feature_test.sh Change-Id: I725150a12a589144e58ab04470d50ba9317a4c46
This commit is contained in:
@@ -1744,7 +1744,7 @@ bool CryptoSession::RewrapDeviceRSAKey30(const std::string& message,
|
||||
wrapped_private_key->resize(wrapped_private_key_length);
|
||||
|
||||
if (OEMCrypto_SUCCESS != status) {
|
||||
LOGE("OEMCrypto_RewrapDeviceRSAKey fails with %d", status);
|
||||
LOGE("OEMCrypto_RewrapDeviceRSAKey30 fails with %d", status);
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user