Merge "Added new error code OEMCrypto_ERROR_INVALID_KEY."
This commit is contained in:
@@ -1192,7 +1192,10 @@ void PrintTo(const enum OEMCryptoResult& value, ::std::ostream* os) {
|
||||
*os << "OEMCrypto_ERROR_INVALID_ENTITLED_KEY_SESSION";
|
||||
break;
|
||||
case OEMCrypto_ERROR_NEEDS_KEYBOX_PROVISIONING:
|
||||
*os << "ERROR_NEEDS_KEYBOX_PROVISIONING";
|
||||
*os << "NEEDS_KEYBOX_PROVISIONING";
|
||||
break;
|
||||
case OEMCrypto_ERROR_INVALID_KEY:
|
||||
*os << "INVALID_KEY";
|
||||
break;
|
||||
// ODK Values.
|
||||
case ODK_ERROR_CORE_MESSAGE:
|
||||
|
||||
Reference in New Issue
Block a user