Searched defs:TXT (Results 1 – 9 of 9) sorted by relevance
32 ### Marking the Initial Boot Block38 ### Measurements44 ### Authentication62 ### Protecting Secrets in Memory78 ### Configuring protected regions for SINIT ACM84 ### Locking TXT register
25 TXT = 3, enumerator
124 public static final Type TXT = type.createAndRegister("TXT"); field in RecordSet.Type
1188 static const char TXT[] = "\xC" "First String" "\xD" "Second String" "\xC" "Third String"; in main() local1196 char TXT[1024]; in main() local1219 static const char TXT[] = "\x09" "Test Data"; in main() local
88 #define TXT(S) ctx->dump_printf( ctx, "%s", S ) macro
88 const ResourceRecord *TXT; member
50 public static final int XML = 0, TXT = 1; field in LDMLUtilities