Searched refs:MAX_COMMAND_SIZE (Results 1 – 6 of 6) sorted by relevance
153 if(commandSize != requestSize || commandSize > MAX_COMMAND_SIZE) in ExecuteCommand()
182 *value = MAX_COMMAND_SIZE; in TPMPropertyIsDefined()
275 #define MAX_COMMAND_SIZE 4096 macro
3449 131 // In addition, commandSize must not be larger than MAX_COMMAND_SIZE allowed3450 132 // by the implementation. The check against MAX_COMMAND_SIZE may be redundant3453 135 // it reaches MAX_COMMAND_SIZE, and requestSize would not equal commandSize.3454 136 if(commandSize != requestSize || commandSize > MAX_COMMAND_SIZE)18543 161 *value = MAX_COMMAND_SIZE;24465 233 #define MAX_COMMAND_SIZE 4096
17705 MAX_COMMAND_SIZE
17670 MAX_COMMAND_SIZE