Searched refs:TPM_ST_Marshal (Results 1 – 4 of 4) sorted by relevance
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/ |
D | Response.c | 70 TPM_ST_Marshal(&tag, &buffer, NULL); in BuildResponseHeader()
|
D | Marshal.c | 435 TPM_ST_Marshal(TPM_ST *source, BYTE **buffer, INT32 *size) in TPM_ST_Marshal() function 1761 return TPM_ST_Marshal((TPM_ST *)source, buffer, size); in TPMI_ST_COMMAND_TAG_Marshal() 2335 result = (UINT16)(result + TPM_ST_Marshal((TPM_ST *)&(source->tag), buffer, size)); in TPMT_TK_CREATION_Marshal() 2360 result = (UINT16)(result + TPM_ST_Marshal((TPM_ST *)&(source->tag), buffer, size)); in TPMT_TK_VERIFIED_Marshal() 2386 result = (UINT16)(result + TPM_ST_Marshal((TPM_ST *)&(source->tag), buffer, size)); in TPMT_TK_AUTH_Marshal() 2411 result = (UINT16)(result + TPM_ST_Marshal((TPM_ST *)&(source->tag), buffer, size)); in TPMT_TK_HASHCHECK_Marshal() 2849 return TPM_ST_Marshal((TPM_ST *)source, buffer, size); in TPMI_ST_ATTEST_Marshal()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/ |
D | Marshal_fp.h | 329 TPM_ST_Marshal(TPM_ST *source, BYTE **buffer, INT32 *size); 331 #define TPM_ST_Marshal(source, buffer, size) \ macro 891 TPM_ST_Marshal((TPM_ST *)(source), (buffer), (size)) 1234 TPM_ST_Marshal((TPM_ST *)(source), (buffer), (size))
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/ |
D | TableMarshalDefines.h | 696 #define TPM_ST_Marshal(source, buffer, size) \ macro
|