Searched refs:TPM2B_PUBLIC (Results 1 – 18 of 18) sorted by relevance
/external/tpm2/ |
D | CreatePrimary_fp.h | 15 TPM2B_PUBLIC inPublic; 22 TPM2B_PUBLIC outPublic;
|
D | Create_fp.h | 15 TPM2B_PUBLIC inPublic; 22 TPM2B_PUBLIC outPublic;
|
D | ReadPublic_fp.h | 15 TPM2B_PUBLIC outPublic;
|
D | LoadExternal_fp.h | 14 TPM2B_PUBLIC inPublic;
|
D | Load_fp.h | 15 TPM2B_PUBLIC inPublic;
|
D | Import_fp.h | 15 TPM2B_PUBLIC objectPublic;
|
D | Object.c | 723 TPM2B_PUBLIC marshalBuffer; in ObjectComputeName()
|
D | tpm_generated.h | 218 UINT16 TPM2B_PUBLIC_Marshal(TPM2B_PUBLIC* source, BYTE** buffer, INT32* size); 220 TPM_RC TPM2B_PUBLIC_Unmarshal(TPM2B_PUBLIC* target, BYTE** buffer, INT32* size);
|
D | tpm_types.h | 1472 } TPM2B_PUBLIC; typedef
|
D | part3.txt | 2639 TPM2B_PUBLIC template (inPublic) contains all of the fields necessary to define the properties of t… 2644 When defining the object, the caller provides a template structure for the object in a TPM2B_PUBLIC 2764 TPM2B_PUBLIC inPublic the public template 2779 TPM2B_PUBLIC outPublic the public portion of the created object 2929 This command is used to load objects into the TPM. This command is used when both a TPM2B_PUBLIC 2930 and TPM2B_PRIVATE are to be loaded. If only a TPM2B_PUBLIC is to be loaded, the 2997 TPM2B_PUBLIC inPublic the public portion of the object 3234 TPM2B_PUBLIC+ inPublic the public portion of the object 3406 TPM2B_PUBLIC outPublic structure containing the public area of an object 4559 TPM2B_PUBLIC objectPublic and the object attributes can be checked. [all …]
|
D | tpm_generated.c | 3329 UINT16 TPM2B_PUBLIC_Marshal(TPM2B_PUBLIC* source, BYTE** buffer, INT32* size) { in TPM2B_PUBLIC_Marshal() 3342 TPM_RC TPM2B_PUBLIC_Unmarshal(TPM2B_PUBLIC* target, in TPM2B_PUBLIC_Unmarshal()
|
D | part4.txt | 12152 573 TPM2B_PUBLIC marshalBuffer;
|
/external/tpm2/generator/ |
D | commands.txt | 179 _TYPE TPM2B_PUBLIC 199 _TYPE TPM2B_PUBLIC 225 _TYPE TPM2B_PUBLIC 253 _TYPE TPM2B_PUBLIC+ 292 _TYPE TPM2B_PUBLIC 499 _TYPE TPM2B_PUBLIC 2005 _TYPE TPM2B_PUBLIC 2025 _TYPE TPM2B_PUBLIC
|
D | structures.txt | 1453 _STRUCTURE TPM2B_PUBLIC
|
D | raw_structures.txt | 672 TPM2B_PUBLIC ......................................................................................… 1047 Table 185 — Definition of TPM2B_PUBLIC Structure ..................................................… 14364 An object description requires a TPM2B_PUBLIC structure and may require a TPMT_SENSITIVE 14370 The TPM may produce multiple different TPM2B_PRIVATE structures for a single TPM2B_PUBLIC 14376 This clause defines the TPM2B_PUBLIC structure and the higher-level substructure that may be 14377 contained in a TPM2B_PUBLIC. The higher-level structures that are currently defined for inclusion i… 14378 TPM2B_PUBLIC are the 14903 12.2.5 TPM2B_PUBLIC 14905 Table 185 — Definition of TPM2B_PUBLIC Structure 14939 TPM2B_PRIVATE along with a TPM2B_PUBLIC are needed to describe a TPM object.
|
D | raw_structures_fixed.txt | 672 TPM2B_PUBLIC ......................................................................................… 1047 Table 185 — Definition of TPM2B_PUBLIC Structure ..................................................… 14363 An object description requires a TPM2B_PUBLIC structure and may require a TPMT_SENSITIVE 14369 The TPM may produce multiple different TPM2B_PRIVATE structures for a single TPM2B_PUBLIC 14375 This clause defines the TPM2B_PUBLIC structure and the higher-level substructure that may be 14376 contained in a TPM2B_PUBLIC. The higher-level structures that are currently defined for inclusion i… 14377 TPM2B_PUBLIC are the 14881 12.2.5 TPM2B_PUBLIC 14883 Table 185 — Definition of TPM2B_PUBLIC Structure 14917 TPM2B_PRIVATE along with a TPM2B_PUBLIC are needed to describe a TPM object.
|
D | raw_commands.txt | 4187 TPM2B_PUBLIC template (inPublic) contains all of the fields necessary to define the properties of t… 4192 When defining the object, the caller provides a template structure for the object in a TPM2B_PUBLIC 4354 TPM2B_PUBLIC 4401 TPM2B_PUBLIC 4697 This command is used to load objects into the TPM. This command is used when both a TPM2B_PUBLIC 4698 and TPM2B_PRIVATE are to be loaded. If only a TPM2B_PUBLIC is to be loaded, the 4802 TPM2B_PUBLIC 5231 TPM2B_PUBLIC+ 5582 TPM2B_PUBLIC 7758 TPM2B_PUBLIC [all …]
|
D | raw_commands_fixed.txt | 4189 TPM2B_PUBLIC template (inPublic) contains all of the fields necessary to define the properties of t… 4194 When defining the object, the caller provides a template structure for the object in a TPM2B_PUBLIC 4356 TPM2B_PUBLIC 4403 TPM2B_PUBLIC 4699 This command is used to load objects into the TPM. This command is used when both a TPM2B_PUBLIC 4700 and TPM2B_PRIVATE are to be loaded. If only a TPM2B_PUBLIC is to be loaded, the 4804 TPM2B_PUBLIC 5233 TPM2B_PUBLIC+ 5584 TPM2B_PUBLIC 7768 TPM2B_PUBLIC [all …]
|