Home
last modified time | relevance | path

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

/external/tpm2/
DExecCommand.c214 UINT32 authorizationSize; // number of bytes in the session area in ExecuteCommand() local
216 result = UINT32_Unmarshal(&authorizationSize, &buffer, &size); in ExecuteCommand()
224 if( authorizationSize < 9 in ExecuteCommand()
225 || authorizationSize > (UINT32) size) in ExecuteCommand()
233 parmBufferStart = sessionBufferStart + authorizationSize; in ExecuteCommand()
238 parmBufferSize = size - authorizationSize; in ExecuteCommand()
244 authorizationSize, in ExecuteCommand()