Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMarshal_fp.h69 INT8_Unmarshal(INT8 *target, BYTE **buffer, INT32 *size);
71 #define INT8_Unmarshal(target, buffer, size) \ macro
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTableMarshalDefines.h620 #define INT8_Unmarshal(target, buffer, size) \ macro
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c87 INT8_Unmarshal(INT8 *target, BYTE **buffer, INT32 *size) in INT8_Unmarshal() function
368 result = INT8_Unmarshal((INT8 *)target, buffer, size); in TPM_CLOCK_ADJUST_Unmarshal()