diff options
author | Rob Austein <sra@hactrn.net> | 2017-06-08 17:48:50 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2017-06-08 17:48:50 -0400 |
commit | 80a921caaef0e66904e5fae4527d334052319335 (patch) | |
tree | 20f7160454c06dd1a1883617ec13ea3d25f7e84c /cryptech | |
parent | ebd6c702e4426370a278b95becba3afb83715c0a (diff) | |
parent | 6dcfc197e4d7fa3c74dc0adc06cd206051367862 (diff) |
Merge branch 'ks9'
Diffstat (limited to 'cryptech')
-rw-r--r-- | cryptech/libhal.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cryptech/libhal.py b/cryptech/libhal.py index 0c6b3f6..39fa826 100644 --- a/cryptech/libhal.py +++ b/cryptech/libhal.py @@ -117,10 +117,7 @@ HALError.define(HAL_ERROR_KEYSTORE_LOST_DATA = "Keystore appears to have HALError.define(HAL_ERROR_BAD_ATTRIBUTE_LENGTH = "Bad attribute length") HALError.define(HAL_ERROR_ATTRIBUTE_NOT_FOUND = "Attribute not found") HALError.define(HAL_ERROR_NO_KEY_INDEX_SLOTS = "No key index slots available") -HALError.define(HAL_ERROR_KSI_INDEX_UUID_MISORDERED = "Key index UUID misordered") -HALError.define(HAL_ERROR_KSI_INDEX_CHUNK_ORPHANED = "Key index chunk orphaned") -HALError.define(HAL_ERROR_KSI_INDEX_CHUNK_MISSING = "Key index chunk missing") -HALError.define(HAL_ERROR_KSI_INDEX_CHUNK_OVERLAPS = "Key index chunk overlaps") +HALError.define(HAL_ERROR_KS_INDEX_UUID_MISORDERED = "Key index UUID misordered") HALError.define(HAL_ERROR_KEYSTORE_WRONG_BLOCK_TYPE = "Wrong block type in keystore") HALError.define(HAL_ERROR_RPC_PROTOCOL_ERROR = "RPC protocol error") HALError.define(HAL_ERROR_NOT_IMPLEMENTED = "Not implemented") |