Home | History | Annotate | Download | only in generator

Lines Matching refs:Tpm

5 """A code generator for TPM 2.0 structures.
44 #include "Tpm.h"
118 """Represents a field in TPM structure or union.
245 Contains functions and string literals common to all TPM types.
252 # A function to marshal a TPM typedef.
261 # The function signature and unmarshaling call to the base type of a TPM
285 # A declaration for marshaling and unmarshaling functions for a TPM type.
369 """Write marshal declarations for TPM typedefs to |out_file|.
389 """Write marshal declarations for a TPM Structure or Union.
409 """Represents a TPM typedef.
415 # A function to unmarshal a TPM typedef with no extra validation.
468 """Represents a TPM Constant type definition.
549 """Represents a TPM attribute structure type definition.
630 """Represents a TPM interface type definition.
855 """Represents a TPM structure.
1074 """Represents a TPM union.