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:
Rahul Frias
2017-08-23 09:24:06 -07:00
parent 481a1effcb
commit 0c66866902
5 changed files with 756 additions and 38 deletions

View File

@@ -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;