Searched refs:TPMT_PUBLIC_Marshal (Results 1 – 5 of 5) sorted by relevance
/external/tpm2/ |
D | ReadPublic.c | 36 out->outPublic.t.size = TPMT_PUBLIC_Marshal(&object->publicArea, NULL, NULL); in TPM2_ReadPublic()
|
D | Object.c | 738 marshalBuffer.t.size = TPMT_PUBLIC_Marshal(publicArea, &buffer, &bufferSize); in ObjectComputeName()
|
D | NV.c | 1595 marshaledSize += TPMT_PUBLIC_Marshal(&o->publicArea, buf, size); in NvMarshalObject()
|
D | tpm_generated.h | 1237 UINT16 TPMT_PUBLIC_Marshal(TPMT_PUBLIC* source, BYTE** buffer, INT32* size);
|
D | tpm_generated.c | 3289 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()
|