From 4bdd7cbd47c7b89f6a47c3dbba648a3d95f9a45d Mon Sep 17 00:00:00 2001 From: Shawn Willden Date: Tue, 28 Apr 2015 00:00:27 -0600 Subject: [PATCH] Add KM_ERROR_CALLER_NONCE_PROHIBITED error code. Bug: 20127433 Change-Id: I32eab62459003c526d3cf9ef108be7b2fd709960 --- include/hardware/keymaster_defs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/hardware/keymaster_defs.h b/include/hardware/keymaster_defs.h index 2b43f2c..9105ee9 100644 --- a/include/hardware/keymaster_defs.h +++ b/include/hardware/keymaster_defs.h @@ -347,6 +347,7 @@ typedef enum { KM_ERROR_INVALID_NONCE = -52, KM_ERROR_UNSUPPORTED_CHUNK_LENGTH = -53, KM_ERROR_RESCOPABLE_KEY_NOT_USABLE = -54, + KM_ERROR_CALLER_NONCE_PROHIBITED = -55, KM_ERROR_UNIMPLEMENTED = -100, KM_ERROR_VERSION_MISMATCH = -101, -- 2.11.0