Searched refs:INT8_Unmarshal (Results 1 – 3 of 3) sorted by relevance
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/ |
D | Marshal_fp.h | 69 INT8_Unmarshal(INT8 *target, BYTE **buffer, INT32 *size); 71 #define INT8_Unmarshal(target, buffer, size) \ macro
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/ |
D | TableMarshalDefines.h | 620 #define INT8_Unmarshal(target, buffer, size) \ macro
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/ |
D | Marshal.c | 87 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()
|