Home
last modified time | relevance | path

Searched refs:INT32_Unmarshal (Results 1 – 4 of 4) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DCommandDispatcher.h1205 result = INT32_Unmarshal(&in->expiration, paramBuffer, paramBufferSize);
1233 result = INT32_Unmarshal(&in->expiration, paramBuffer, paramBufferSize);
DTableMarshalDefines.h636 #define INT32_Unmarshal(target, buffer, size) \ macro
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMarshal_fp.h113 INT32_Unmarshal(INT32 *target, BYTE **buffer, INT32 *size);
115 #define INT32_Unmarshal(target, buffer, size) \ macro
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c165 INT32_Unmarshal(INT32 *target, BYTE **buffer, INT32 *size) in INT32_Unmarshal() function