diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-01-24 16:21:26 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-01-24 16:49:39 +0100 |
| commit | f586e158c4d8b87c98d0b62fc1db192732ee4ae2 (patch) | |
| tree | a37b4d7e71fb83df296b5b0e4e861778696d2511 /sys/linux/trusty_arm.const | |
| parent | 5db97d84e9032fb37ed266873cea296ec6a6d6ce (diff) | |
sys/linux: add trusty hwkey service
Update #933
Diffstat (limited to 'sys/linux/trusty_arm.const')
| -rw-r--r-- | sys/linux/trusty_arm.const | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/linux/trusty_arm.const b/sys/linux/trusty_arm.const index b25c93b1f..9a2d4b4a3 100644 --- a/sys/linux/trusty_arm.const +++ b/sys/linux/trusty_arm.const @@ -18,6 +18,8 @@ TRUSTY_ERROR_RETRY = 2 TRUSTY_ERROR_UNKNOWN = 3 TRUSTY_GK_ENROLL = 0 TRUSTY_GK_VERIFY = 2 +TRUSTY_HWKEY_DERIVE = 2 +TRUSTY_HWKEY_GET_KEYSLOT = 0 TRUSTY_KM_ABORT_OPERATION = 16 TRUSTY_KM_ADD_RNG_ENTROPY = 32 TRUSTY_KM_ATTEST_KEY = 64 |
