Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Merge "Add KM_ERROR_CALLER_NONCE_PROHIBITED error code."
Browse files Browse the repository at this point in the history
  • Loading branch information
divegeek authored and Gerrit Code Review committed Apr 29, 2015
2 parents a84659d + ca26b00 commit 8816183
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/hardware/keymaster_defs.h
Expand Up @@ -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,
Expand Down

0 comments on commit 8816183

Please sign in to comment.