Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/main/
DSessionProcess.c904 marshalSize = TPMA_SESSION_Marshal(&(s_attributes[sessionIndex]), in ComputeCommandHMAC()
2015 marshalSize = TPMA_SESSION_Marshal(&s_attributes[sessionIndex], &buffer, NULL); in ComputeResponseHMAC()
2191 command->authSize += TPMA_SESSION_Marshal(&s_attributes[i], in BuildResponseSession()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMarshal_fp.h489 TPMA_SESSION_Marshal(TPMA_SESSION *source, BYTE **buffer, INT32 *size);
491 #define TPMA_SESSION_Marshal(source, buffer, size) \ macro
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTableMarshalDefines.h742 #define TPMA_SESSION_Marshal(source, buffer, size) \ macro
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c675 TPMA_SESSION_Marshal(TPMA_SESSION *source, BYTE **buffer, INT32 *size) in TPMA_SESSION_Marshal() function
2927 …result = (UINT16)(result + TPMA_SESSION_Marshal((TPMA_SESSION *)&(source->sessionAttributes), buff… in TPMS_AUTH_RESPONSE_Marshal()