Home
last modified time | relevance | path

Searched refs:TPMT_PUBLIC_Marshal (Results 1 – 5 of 5) sorted by relevance

/external/tpm2/
DReadPublic.c36 out->outPublic.t.size = TPMT_PUBLIC_Marshal(&object->publicArea, NULL, NULL); in TPM2_ReadPublic()
DObject.c738 marshalBuffer.t.size = TPMT_PUBLIC_Marshal(publicArea, &buffer, &bufferSize); in ObjectComputeName()
DNV.c1595 marshaledSize += TPMT_PUBLIC_Marshal(&o->publicArea, buf, size); in NvMarshalObject()
Dtpm_generated.h1237 UINT16 TPMT_PUBLIC_Marshal(TPMT_PUBLIC* source, BYTE** buffer, INT32* size);
Dtpm_generated.c3289 UINT16 TPMT_PUBLIC_Marshal(TPMT_PUBLIC* source, BYTE** buffer, INT32* size) { in TPMT_PUBLIC_Marshal() function
3336 total_size += TPMT_PUBLIC_Marshal(&source->t.publicArea, buffer, size); in TPM2B_PUBLIC_Marshal()