7050000 tss_defines.h needs an MRK UUID definition
authorWyllys Ingersoll <Wyllys.Ingersoll@Oracle.COM>
Wed, 01 Jun 2011 05:52:48 -0700
changeset 275 e703835db76d
parent 274 816a4eb924b1
child 276 18dcd0ca5b0c
7050000 tss_defines.h needs an MRK UUID definition
components/trousers/patches/tss_defines.h.patch
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/trousers/patches/tss_defines.h.patch	Wed Jun 01 05:52:48 2011 -0700
@@ -0,0 +1,12 @@
+--- src/include/tss/tss_defines.h.old	Tue May 31 07:39:12 2011
++++ src/include/tss/tss_defines.h	Tue May 31 07:39:52 2011
+@@ -1214,6 +1214,9 @@
+ #define TSS_UUID_USK5 {0, 0, 0, 0, 0, {0, 0, 0, 0, 0, 9}} // user storage key 5
+ #define TSS_UUID_USK6 {0, 0, 0, 0, 0, {0, 0, 0, 0, 0, 10}}// user storage key 6
+ 
++/* SOLARIS: Migratable Root Key UUID */
++#define TSS_UUID_MRK {0, 0, 0, 0, 0, {0, 0, 0, 0, 0, 11}}
++
+ // macro to derive UUIDs for keys whose "OwnerEvict" key is set.
+ #define TSS_UUID_OWNEREVICT(i) {0, 0, 0, 0, 0, {0, 0, 0, 0, 1, (i)}}
+