components/trousers/patches/tss_defines.h.patch
branchs11-sru
changeset 2391 811524a2620b
parent 2390 5b1bfaf90eeb
child 2392 19355fbf02e9
equal deleted inserted replaced
2390:5b1bfaf90eeb 2391:811524a2620b
     1 --- src/include/tss/tss_defines.h.old	Tue May 31 07:39:12 2011
       
     2 +++ src/include/tss/tss_defines.h	Tue May 31 07:39:52 2011
       
     3 @@ -1214,6 +1214,9 @@
       
     4  #define TSS_UUID_USK5 {0, 0, 0, 0, 0, {0, 0, 0, 0, 0, 9}} // user storage key 5
       
     5  #define TSS_UUID_USK6 {0, 0, 0, 0, 0, {0, 0, 0, 0, 0, 10}}// user storage key 6
       
     6  
       
     7 +/* SOLARIS: Migratable Root Key UUID */
       
     8 +#define TSS_UUID_MRK {0, 0, 0, 0, 0, {0, 0, 0, 0, 0, 11}}
       
     9 +
       
    10  // macro to derive UUIDs for keys whose "OwnerEvict" key is set.
       
    11  #define TSS_UUID_OWNEREVICT(i) {0, 0, 0, 0, 0, {0, 0, 0, 0, 1, (i)}}
       
    12