Home
last modified time | relevance | path

Searched refs:UINT8_Marshal (Results 1 – 3 of 3) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMarshal_fp.h48 UINT8_Marshal(UINT8 *source, BYTE **buffer, INT32 *size);
63 UINT8_Marshal((UINT8 *)(source), (buffer), (size))
79 UINT8_Marshal((UINT8 *)(source), (buffer), (size))
424 UINT8_Marshal((UINT8 *)(source), (buffer), (size))
492 UINT8_Marshal((UINT8 *)(source), (buffer), (size))
509 UINT8_Marshal((UINT8 *)(source), (buffer), (size))
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c56 UINT8_Marshal(UINT8 *source, BYTE **buffer, INT32 *size) in UINT8_Marshal() function
80 return UINT8_Marshal((UINT8 *)source, buffer, size); in BYTE_Marshal()
94 return UINT8_Marshal((UINT8 *)source, buffer, size); in INT8_Marshal()
583 return UINT8_Marshal((UINT8 *)source, buffer, size); in TPM_HT_Marshal()
677 return UINT8_Marshal((UINT8 *)source, buffer, size); in TPMA_SESSION_Marshal()
691 return UINT8_Marshal((UINT8 *)source, buffer, size); in TPMA_LOCALITY_Marshal()
2281 result = (UINT16)(result + UINT8_Marshal((UINT8 *)&(source->sizeofSelect), buffer, size)); in TPMS_PCR_SELECT_Marshal()
2311 result = (UINT16)(result + UINT8_Marshal((UINT8 *)&(source->sizeofSelect), buffer, size)); in TPMS_PCR_SELECTION_Marshal()
2443 result = (UINT16)(result + UINT8_Marshal((UINT8 *)&(source->sizeofSelect), buffer, size)); in TPMS_TAGGED_PCR_SELECT_Marshal()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTableMarshalDefines.h614 #define UINT8_Marshal(source, buffer, size) \ macro