Searched refs:outPublic (Results 1 – 13 of 13) sorted by relevance
/external/tpm2/ |
D | Create.c | 104 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()
|
D | ReadPublic.c | 36 out->outPublic.t.size = TPMT_PUBLIC_Marshal(&object->publicArea, NULL, NULL); in TPM2_ReadPublic() 39 out->outPublic.t.publicArea = object->publicArea; in TPM2_ReadPublic()
|
D | CreatePrimary.c | 85 out->outPublic = in->inPublic; in TPM2_CreatePrimary() 88 ObjectComputeName(&(out->outPublic.t.publicArea), &out->name); in TPM2_CreatePrimary()
|
D | ReadPublic_fp.h | 15 TPM2B_PUBLIC outPublic; member
|
D | CreatePrimary_fp.h | 22 TPM2B_PUBLIC outPublic; member
|
D | Create_fp.h | 22 TPM2B_PUBLIC outPublic; member
|
D | Marshal_ReadPublic.c | 27 total_size += TPM2B_PUBLIC_Marshal(&source->outPublic, buffer, size); in ReadPublic_Out_Marshal()
|
D | Marshal_Create.c | 28 total_size += TPM2B_PUBLIC_Marshal(&source->outPublic, buffer, size); in Create_Out_Marshal()
|
D | Marshal_CreatePrimary.c | 29 total_size += TPM2B_PUBLIC_Marshal(&source->outPublic, buffer, size); in CreatePrimary_Out_Marshal()
|
D | part3.txt | 2636 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/ |
D | commands.txt | 200 _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
|
D | raw_commands.txt | 4184 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 …]
|
D | raw_commands_fixed.txt | 4186 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 …]
|