summaryrefslogtreecommitdiff
path: root/firmware/2lib/include/2return_codes.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/2lib/include/2return_codes.h')
-rw-r--r--firmware/2lib/include/2return_codes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/2lib/include/2return_codes.h b/firmware/2lib/include/2return_codes.h
index b530bcd9..4070f007 100644
--- a/firmware/2lib/include/2return_codes.h
+++ b/firmware/2lib/include/2return_codes.h
@@ -161,6 +161,9 @@ enum vb2_return_code {
*/
VB2_ERROR_VDATA_DIGEST_SIZE,
+ /* Unsupported hash algorithm in vb2_unpack_key() */
+ VB2_ERROR_UNPACK_KEY_HASH_ALGORITHM,
+
/**********************************************************************
* Keyblock verification errors (all in vb2_verify_keyblock())
*/