Searched refs:marshaledSize (Results 1 – 1 of 1) sorted by relevance
/external/tpm2/ |
D | NV.c | 1585 UINT16 marshaledSize; in NvMarshalObject() local 1590 marshaledSize = sizeof(stored_attributes); in NvMarshalObject() 1591 MemoryCopy(*buf, &stored_attributes, marshaledSize, *size); in NvMarshalObject() 1592 *buf += marshaledSize; in NvMarshalObject() 1593 *size -= marshaledSize; in NvMarshalObject() 1595 marshaledSize += TPMT_PUBLIC_Marshal(&o->publicArea, buf, size); in NvMarshalObject() 1596 marshaledSize += TPMT_SENSITIVE_Marshal(&o->sensitive, buf, size); in NvMarshalObject() 1598 marshaledSize += TPM2B_PUBLIC_KEY_RSA_Marshal(&o->privateExponent, in NvMarshalObject() 1601 marshaledSize += TPM2B_NAME_Marshal(&o->qualifiedName, buf, size); in NvMarshalObject() 1604 marshaledSize += TPMI_DH_OBJECT_Marshal(&evictHandle, buf, size); in NvMarshalObject() [all …]
|