Home
last modified time | relevance | path

Searched refs:outPublic (Results 1 – 9 of 9) 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()