Searched refs:commandSize (Results 1 – 8 of 8) sorted by relevance
7 _NAME commandSize26 _NAME commandSize45 _NAME commandSize64 _NAME commandSize86 _NAME commandSize107 _NAME commandSize150 _NAME commandSize169 _NAME commandSize215 _NAME commandSize246 _NAME commandSize[all …]
1149 b) The TPM shall successfully unmarshal a UINT32 as the commandSize. If the TPM has an interface1151 command reported by the hardware process shall exactly match the value in commandSize1308 2) The maximum value of authorizationSize is equal to commandSize – (sizeof(TPM_ST) +2382 commandSize2774 commandSize3067 commandSize3237 commandSize3385 commandSize3660 commandSize4060 commandSize[all …]
1149 b) The TPM shall successfully unmarshal a UINT32 as the commandSize. If the TPM has an interface1151 command reported by the hardware process shall exactly match the value in commandSize1308 2) The maximum value of authorizationSize is equal to commandSize – (sizeof(TPM_ST) +2382 commandSize2774 commandSize3067 commandSize3237 commandSize3385 commandSize3660 commandSize4062 commandSize[all …]
4855 command commandSize value is inconsistent with6537 PT_FIXED + 30 the maximum value for commandSize in a command
4846 command commandSize value is inconsistent with6543 the maximum value for commandSize in a command
51 UINT32 commandSize; in ExecuteCommand() local143 result = UINT32_Unmarshal(&commandSize, &buffer, &size); in ExecuteCommand()153 if(commandSize != requestSize || commandSize > MAX_COMMAND_SIZE) in ExecuteCommand()
727 b) The TPM shall successfully unmarshal a UINT32 as the commandSize. If the TPM has an interface729 command reported by the hardware process shall exactly match the value in commandSize848 2) The maximum value of authorizationSize is equal to commandSize – (sizeof(TPM_ST) +1534 UINT32 commandSize1786 UINT32 commandSize1978 UINT32 commandSize2104 UINT32 commandSize2199 UINT32 commandSize2364 UINT32 commandSize2571 UINT32 commandSize[all …]
3323 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 allowed3453 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'