Home
last modified time | relevance | path

Searched refs:commandSize (Results 1 – 8 of 8) sorted by relevance

/external/tpm2/generator/
Dcommands.txt7 _NAME commandSize
26 _NAME commandSize
45 _NAME commandSize
64 _NAME commandSize
86 _NAME commandSize
107 _NAME commandSize
150 _NAME commandSize
169 _NAME commandSize
215 _NAME commandSize
246 _NAME commandSize
[all …]
Draw_commands.txt1149 b) The TPM shall successfully unmarshal a UINT32 as the commandSize. If the TPM has an interface
1151 command reported by the hardware process shall exactly match the value in commandSize
1308 2) The maximum value of authorizationSize is equal to commandSize – (sizeof(TPM_ST) +
2382 commandSize
2774 commandSize
3067 commandSize
3237 commandSize
3385 commandSize
3660 commandSize
4060 commandSize
[all …]
Draw_commands_fixed.txt1149 b) The TPM shall successfully unmarshal a UINT32 as the commandSize. If the TPM has an interface
1151 command reported by the hardware process shall exactly match the value in commandSize
1308 2) The maximum value of authorizationSize is equal to commandSize – (sizeof(TPM_ST) +
2382 commandSize
2774 commandSize
3067 commandSize
3237 commandSize
3385 commandSize
3660 commandSize
4062 commandSize
[all …]
Draw_structures.txt4855 command commandSize value is inconsistent with
6537 PT_FIXED + 30 the maximum value for commandSize in a command
Draw_structures_fixed.txt4846 command commandSize value is inconsistent with
6543 the maximum value for commandSize in a command
/external/tpm2/
DExecCommand.c51 UINT32 commandSize; in ExecuteCommand() local
143 result = UINT32_Unmarshal(&commandSize, &buffer, &size); in ExecuteCommand()
153 if(commandSize != requestSize || commandSize > MAX_COMMAND_SIZE) in ExecuteCommand()
Dpart3.txt727 b) The TPM shall successfully unmarshal a UINT32 as the commandSize. If the TPM has an interface
729 command reported by the hardware process shall exactly match the value in commandSize
848 2) The maximum value of authorizationSize is equal to commandSize – (sizeof(TPM_ST) +
1534 UINT32 commandSize
1786 UINT32 commandSize
1978 UINT32 commandSize
2104 UINT32 commandSize
2199 UINT32 commandSize
2364 UINT32 commandSize
2571 UINT32 commandSize
[all …]
Dpart4.txt3323 16 UINT32 commandSize;
3435 117 // Parse command header: tag, commandSize and commandCode.
3442 124 // Unmarshal the commandSize indicator.
3443 125 result = UINT32_Unmarshal(&commandSize, &buffer, &size);
3448 130 // received on that port is requestSize it must be identical to commandSize.
3449 131 // In addition, commandSize must not be larger than MAX_COMMAND_SIZE allowed
3453 135 // it reaches MAX_COMMAND_SIZE, and requestSize would not equal commandSize.
3454 136 if(commandSize != requestSize || commandSize > MAX_COMMAND_SIZE)
18542 160 // maximum value for 'commandSize'