diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/tools_share/dualroot_oid.h | 12 | ||||
-rw-r--r-- | include/tools_share/tbbr_oid.h | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/include/tools_share/dualroot_oid.h b/include/tools_share/dualroot_oid.h index da367da92..3e88a6d22 100644 --- a/include/tools_share/dualroot_oid.h +++ b/include/tools_share/dualroot_oid.h @@ -16,16 +16,4 @@ */ #define PROT_PK_OID "1.3.6.1.4.1.4128.2100.1102" -/* - * Secure Partitions Content Certificate - */ -#define SP_PKG1_HASH_OID "1.3.6.1.4.1.4128.2100.1301" -#define SP_PKG2_HASH_OID "1.3.6.1.4.1.4128.2100.1302" -#define SP_PKG3_HASH_OID "1.3.6.1.4.1.4128.2100.1303" -#define SP_PKG4_HASH_OID "1.3.6.1.4.1.4128.2100.1304" -#define SP_PKG5_HASH_OID "1.3.6.1.4.1.4128.2100.1305" -#define SP_PKG6_HASH_OID "1.3.6.1.4.1.4128.2100.1306" -#define SP_PKG7_HASH_OID "1.3.6.1.4.1.4128.2100.1307" -#define SP_PKG8_HASH_OID "1.3.6.1.4.1.4128.2100.1308" - #endif /* DUALROOT_OID_H */ diff --git a/include/tools_share/tbbr_oid.h b/include/tools_share/tbbr_oid.h index 6bccfdd1e..24a8f39ca 100644 --- a/include/tools_share/tbbr_oid.h +++ b/include/tools_share/tbbr_oid.h @@ -145,4 +145,16 @@ /* NonTrustedFirmwareConfigHash - NT_FW_CONFIG */ #define NON_TRUSTED_FW_CONFIG_HASH_OID "1.3.6.1.4.1.4128.2100.1202" +/* + * Secure Partitions Content Certificate + */ +#define SP_PKG1_HASH_OID "1.3.6.1.4.1.4128.2100.1301" +#define SP_PKG2_HASH_OID "1.3.6.1.4.1.4128.2100.1302" +#define SP_PKG3_HASH_OID "1.3.6.1.4.1.4128.2100.1303" +#define SP_PKG4_HASH_OID "1.3.6.1.4.1.4128.2100.1304" +#define SP_PKG5_HASH_OID "1.3.6.1.4.1.4128.2100.1305" +#define SP_PKG6_HASH_OID "1.3.6.1.4.1.4128.2100.1306" +#define SP_PKG7_HASH_OID "1.3.6.1.4.1.4128.2100.1307" +#define SP_PKG8_HASH_OID "1.3.6.1.4.1.4128.2100.1308" + #endif /* TBBR_OID_H */ |