Searched refs:TPMA_SESSION (Results 1 – 14 of 14) sorted by relevance
/external/tpm2/ |
D | marshal_fp.h | 29 MARSHAL_WRAPPER(TPMA_SESSION)
|
D | Global.c | 48 TPMA_SESSION s_attributes[MAX_SESSION_NUM];
|
D | SessionProcess.c | 564 BYTE marshalBuffer[sizeof(TPMA_SESSION)]; in ComputeCommandHMAC() 657 bufferSize = sizeof(TPMA_SESSION); in ComputeCommandHMAC() 1685 BYTE marshalBuffer[sizeof(TPMA_SESSION)]; in ComputeResponseHMAC() 1728 bufferSize = sizeof(TPMA_SESSION); in ComputeResponseHMAC()
|
D | tpm_types.h | 469 } TPMA_SESSION; typedef 959 TPMA_SESSION sessionAttributes; 966 TPMA_SESSION sessionAttributes;
|
D | Global.h | 967 extern TPMA_SESSION s_attributes[MAX_SESSION_NUM];
|
D | tpm_generated.h | 316 UINT16 TPMA_SESSION_Marshal(TPMA_SESSION* source, BYTE** buffer, INT32* size); 318 TPM_RC TPMA_SESSION_Unmarshal(TPMA_SESSION* target, BYTE** buffer, INT32* size);
|
D | tpm_generated.c | 3736 UINT16 TPMA_SESSION_Marshal(TPMA_SESSION* source, BYTE** buffer, INT32* size) { in TPMA_SESSION_Marshal() 3740 TPM_RC TPMA_SESSION_Unmarshal(TPMA_SESSION* target, in TPMA_SESSION_Unmarshal()
|
D | part4.txt | 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)]; [all …]
|
D | part3.txt | 846 1) The minimum value is (sizeof(TPM_HANDLE) + sizeof(UINT16) + sizeof(TPMA_SESSION) + 983 If an authorization session has the TPMA_SESSION.decrypt attribute SET, and the command does not
|
/external/tpm2/generator/ |
D | structures.txt | 617 _NEW_TYPE TPMA_SESSION 1212 _TYPE TPMA_SESSION 1219 _TYPE TPMA_SESSION
|
D | raw_structures.txt | 254 TPMA_SESSION (Session Attributes) .................................................................… 838 Table 31 — Definition of (UINT8) TPMA_SESSION Bits <IN/OUT> .......................................… 8667 TPMA_SESSION (Session Attributes) 8671 Table 31 — Definition of (UINT8) TPMA_SESSION Bits <IN/OUT> 12354 TPMA_SESSION 12383 TPMA_SESSION
|
D | raw_structures_fixed.txt | 254 TPMA_SESSION (Session Attributes) .................................................................… 838 Table 31 — Definition of (UINT8) TPMA_SESSION Bits <IN/OUT> .......................................… 8684 TPMA_SESSION (Session Attributes) 8688 Table 31 — Definition of (UINT8) TPMA_SESSION Bits <IN/OUT> 12379 TPMA_SESSION 12408 TPMA_SESSION
|
D | raw_commands.txt | 1306 1) The minimum value is (sizeof(TPM_HANDLE) + sizeof(UINT16) + sizeof(TPMA_SESSION) + 1543 If an authorization session has the TPMA_SESSION.decrypt attribute SET, and the command does not
|
D | raw_commands_fixed.txt | 1306 1) The minimum value is (sizeof(TPM_HANDLE) + sizeof(UINT16) + sizeof(TPMA_SESSION) + 1543 If an authorization session has the TPMA_SESSION.decrypt attribute SET, and the command does not
|