Searched refs:INT32_Unmarshal (Results 1 – 4 of 4) sorted by relevance
/external/ms-tpm-20-ref/TPMCmd/tpm/include/ |
D | CommandDispatcher.h | 1205 result = INT32_Unmarshal(&in->expiration, paramBuffer, paramBufferSize); 1233 result = INT32_Unmarshal(&in->expiration, paramBuffer, paramBufferSize);
|
D | TableMarshalDefines.h | 636 #define INT32_Unmarshal(target, buffer, size) \ macro
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/ |
D | Marshal_fp.h | 113 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/ |
D | Marshal.c | 165 INT32_Unmarshal(INT32 *target, BYTE **buffer, INT32 *size) in INT32_Unmarshal() function
|