Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DTicket.c67 TPM_CONSTANTS32_Marshal(&valueToCompare, &marshalBuffer, NULL); in TicketIsSafe()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMarshal_fp.h244 TPM_CONSTANTS32_Marshal(TPM_CONSTANTS32 *source, BYTE **buffer, INT32 *size);
246 #define TPM_CONSTANTS32_Marshal(source, buffer, size) \ macro
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTableMarshalDefines.h672 #define TPM_CONSTANTS32_Marshal(source, buffer, size) \ macro
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c284 TPM_CONSTANTS32_Marshal(TPM_CONSTANTS32 *source, BYTE **buffer, INT32 *size) in TPM_CONSTANTS32_Marshal() function
2883 …result = (UINT16)(result + TPM_CONSTANTS32_Marshal((TPM_CONSTANTS32 *)&(source->magic), buffer, si… in TPMS_ATTEST_Marshal()