Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2ac378b3 authored by Shawn Willden's avatar Shawn Willden Committed by Android Git Automerger
Browse files

am 7230bdf2: Merge "Add missing error codes from keymaster_defs.h." into mnc-dev

* commit '7230bdf2':
  Add missing error codes from keymaster_defs.h.
parents 508c9fec 7230bdf2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -194,6 +194,9 @@ public final class KeymasterDefs {
    public static final int KM_ERROR_UNSUPPORTED_EC_FIELD = -50;
    public static final int KM_ERROR_MISSING_NONCE = -51;
    public static final int KM_ERROR_INVALID_NONCE = -52;
    public static final int KM_ERROR_UNSUPPORTED_CHUNK_LENGTH = -53;
    public static final int KM_ERROR_RESCOPABLE_KEY_NOT_USABLE = -54;
    public static final int KM_ERROR_CALLER_NONCE_PROHIBITED = -55;
    public static final int KM_ERROR_UNIMPLEMENTED = -100;
    public static final int KM_ERROR_VERSION_MISMATCH = -101;
    public static final int KM_ERROR_UNKNOWN_ERROR = -1000;