Home
last modified time | relevance | path

Searched refs:outPublic (Results 1 – 13 of 13) sorted by relevance

/external/tpm2/
DCreate.c104 out->outPublic.t.publicArea = in->inPublic.t.publicArea; in TPM2_Create()
107 ObjectComputeName(&(out->outPublic.t.publicArea), &name); in TPM2_Create()
115 out->outPublic.t.publicArea.nameAlg, in TPM2_Create()
DReadPublic.c36 out->outPublic.t.size = TPMT_PUBLIC_Marshal(&object->publicArea, NULL, NULL); in TPM2_ReadPublic()
39 out->outPublic.t.publicArea = object->publicArea; in TPM2_ReadPublic()
DCreatePrimary.c85 out->outPublic = in->inPublic; in TPM2_CreatePrimary()
88 ObjectComputeName(&(out->outPublic.t.publicArea), &out->name); in TPM2_CreatePrimary()
DReadPublic_fp.h15 TPM2B_PUBLIC outPublic; member
DCreatePrimary_fp.h22 TPM2B_PUBLIC outPublic; member
DCreate_fp.h22 TPM2B_PUBLIC outPublic; member
DMarshal_ReadPublic.c27 total_size += TPM2B_PUBLIC_Marshal(&source->outPublic, buffer, size); in ReadPublic_Out_Marshal()
DMarshal_Create.c28 total_size += TPM2B_PUBLIC_Marshal(&source->outPublic, buffer, size); in Create_Out_Marshal()
DMarshal_CreatePrimary.c29 total_size += TPM2B_PUBLIC_Marshal(&source->outPublic, buffer, size); in CreatePrimary_Out_Marshal()
Dpart3.txt2636 data (creationData), its public area (outPublic), and its encrypted sensitive area (outPrivate). Pr…
2718 create outPublic.
2722 In addition to outPublic and outPrivate, the TPM will build a TPMS_CREATION_DATA structure for the
2779 TPM2B_PUBLIC outPublic the public portion of the created object
2781 …M2B_DIGEST creationHash digest of creationData using nameAlg of outPublic
2899 59 out->outPublic.t.publicArea = in->inPublic.t.publicArea;
2902 62 ObjectComputeName(&(out->outPublic.t.publicArea), &name);
2910 70 out->outPublic.t.publicArea.nameAlg,
3406 TPM2B_PUBLIC outPublic structure containing the public area of an object
3450 24 out->outPublic.t.size = TPMT_PUBLIC_Marshal(&object->publicArea, NULL, NULL);
[all …]
/external/tpm2/generator/
Dcommands.txt200 _NAME outPublic
207 _COMMENT digest of creationData using nameAlg of outPublic
293 _NAME outPublic
2026 _NAME outPublic
2033 _COMMENT digest of creationData using nameAlg of outPublic
Draw_commands.txt4184 data (creationData), its public area (outPublic), and its encrypted sensitive area (outPrivate). Pr…
4284 create outPublic.
4289 In addition to outPublic and outPrivate, the TPM will build a TPMS_CREATION_DATA structure for the
4403 outPublic
4417 digest of creationData using nameAlg of outPublic
4666 out->outPublic.t.publicArea = in->inPublic.t.publicArea;
4668 ObjectComputeName(&(out->outPublic.t.publicArea), &name);
4674 out->outPublic.t.publicArea.nameAlg,
5584 outPublic
5685 out->outPublic.t.size = TPMT_PUBLIC_Marshal(&object->publicArea, NULL, NULL);
[all …]
Draw_commands_fixed.txt4186 data (creationData), its public area (outPublic), and its encrypted sensitive area (outPrivate). Pr…
4286 create outPublic.
4291 In addition to outPublic and outPrivate, the TPM will build a TPMS_CREATION_DATA structure for the
4405 outPublic
4419 digest of creationData using nameAlg of outPublic
4668 out->outPublic.t.publicArea = in->inPublic.t.publicArea;
4670 ObjectComputeName(&(out->outPublic.t.publicArea), &name);
4676 out->outPublic.t.publicArea.nameAlg,
5586 outPublic
5687 out->outPublic.t.size = TPMT_PUBLIC_Marshal(&object->publicArea, NULL, NULL);
[all …]