Home
last modified time | relevance | path

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

/external/tpm2/
DExecCommand.c65 UINT32 resHandleSize = 0; // size of the handle area in the in ExecuteCommand() local
272 &resHandleSize, in ExecuteCommand()
279 resHandleSize, in ExecuteCommand()
300 *responseSize += resHandleSize + resParmSize + resAuthSize; in ExecuteCommand()
DSessionProcess_fp.h13 UINT32 resHandleSize, // IN: size of response handle buffer
DSessionProcess.c1858 UINT32 resHandleSize, // IN: size of response handle buffer in BuildResponseSession() argument
1868 sizeof(UINT32) + sizeof(TPM_RC) + resHandleSize; in BuildResponseSession()
1870 sizeof(TPM_RC) - resHandleSize; in BuildResponseSession()