makerom: misc

This commit is contained in:
applestash
2014-09-22 20:54:26 +10:00
parent 0e950c4274
commit b240ea8045
4 changed files with 28 additions and 21 deletions
+6
View File
@@ -36,6 +36,12 @@ typedef enum
CTR_SHA_256,
} ctr_sha_modes;
typedef enum
{
SHA_1_LEN = 0x14,
SHA_256_LEN = 0x20,
} sha_hash_len;
typedef enum
{
RSA_4096_PUBK = 0,