Searched refs:TPMA_SESSION_Marshal (Results 1 – 4 of 4) sorted by relevance
/external/ms-tpm-20-ref/TPMCmd/tpm/src/main/ |
D | SessionProcess.c | 904 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/ |
D | Marshal_fp.h | 489 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/ |
D | TableMarshalDefines.h | 742 #define TPMA_SESSION_Marshal(source, buffer, size) \ macro
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/ |
D | Marshal.c | 675 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()
|