Merge "Add SRM integration tests" into oc-mr1-dev
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user