Merge "Add SRM integration tests" into oc-mr1-dev

This commit is contained in:
Rahul Frias
2017-08-30 20:57:06 +00:00
committed by Android (Google) Code Review
5 changed files with 756 additions and 38 deletions

View File

@@ -1650,7 +1650,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;