Lines Matching refs:TPMA_SESSION
1360 and unmarshaled as a simple element of the underlying type. For example, a TPMA_SESSION is defined
1361 as a bit field in an octet (BYTE). When sent on the interface a TPMA_SESSION will occupy one octet.
1362 When unmarshaled, it is unmarshaled as a UINT8. The ramifications of this are that a TPMA_SESSION
1366 sizeof(TPMA_SESSION) would return 4 rather than 1 (the canonical size of a TPMA_SESSION).
1372 the 0 bit will be in the highest numbered octet. When unmarshaling a TPMA_SESSION, the current
1374 unmarshaling code will place the input octet at the 0 octet of the TPMA_SESSION. Since the 0 octet …
1382 task since only two attribute structures are not 32-bits (TPMA_SESSION and TPMA_LOCALITY).
2682 649 extern TPMA_SESSION s_attributes[MAX_SESSION_NUM];
4357 468 BYTE marshalBuffer[sizeof(TPMA_SESSION)];
5699 1537 BYTE marshalBuffer[sizeof(TPMA_SESSION)];
17069 26 TPMA_SESSION s_attributes[MAX_SESSION_NUM];