diff options
author | Android Build Role Account android-build-prod <android-build-team-robot@google.com> | 2021-03-25 10:05:57 +0000 |
---|---|---|
committer | Android Build Role Account android-build-prod <android-build-team-robot@google.com> | 2021-03-25 10:05:57 +0000 |
commit | c2a8ec473ed060745bb2af907f82f8473dcd6b22 (patch) | |
tree | 25882179a5ecdd7f9dfc31e8c9ef92e5f3484fe9 | |
parent | 319db745ccff73159126b137f9a2448655d7aeac (diff) | |
parent | e6a22ae79a0293810076e64b457267f4d692d339 (diff) |
Snap for 7234866 from e6a22ae79a0293810076e64b457267f4d692d339 to s-keystone-qcom-release
Change-Id: I9197a1da59d74b65ed9236ac4a52114d62a9e120
-rw-r--r-- | include/hardware/keymaster_defs.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/hardware/keymaster_defs.h b/include/hardware/keymaster_defs.h index 49f65a9a..c0b3800e 100644 --- a/include/hardware/keymaster_defs.h +++ b/include/hardware/keymaster_defs.h @@ -212,8 +212,8 @@ typedef enum { The value should interpreted as too's complement signed integer. Negative values indicate dates before Jan 1970 */ - - + KM_TAG_MAX_BOOT_LEVEL = KM_UINT | 1010, /* Specifies a maximum boot level at which a key + should function. */ } keymaster_tag_t; /** @@ -512,6 +512,7 @@ typedef enum { KM_ERROR_MISSING_NOT_AFTER = -81, KM_ERROR_MISSING_ISSUER_SUBJECT = -82, KM_ERROR_INVALID_ISSUER_SUBJECT = -83, + KM_ERROR_BOOT_LEVEL_EXCEEDED = -84, KM_ERROR_UNIMPLEMENTED = -100, KM_ERROR_VERSION_MISMATCH = -101, |