HomeSort by relevance Sort by last modified time
    Searched refs:ResultBufSize (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2Test.c 55 UINT32 ResultBufSize;
62 ResultBufSize = sizeof(Res);
63 Status = Tpm2SubmitCommand (sizeof(Cmd), (UINT8 *)&Cmd, &ResultBufSize, (UINT8 *)&Res);
Tpm2Startup.c 62 UINT32 ResultBufSize;
70 ResultBufSize = sizeof(Res);
71 Status = Tpm2SubmitCommand (sizeof(Cmd), (UINT8 *)&Cmd, &ResultBufSize, (UINT8 *)&Res);
108 UINT32 ResultBufSize;
115 ResultBufSize = sizeof(Res);
116 Status = Tpm2SubmitCommand (sizeof(Cmd), (UINT8 *)&Cmd, &ResultBufSize, (UINT8 *)&Res);
Tpm2Hierarchy.c 231 UINT32 ResultBufSize;
254 ResultBufSize = sizeof(Res);
255 Status = Tpm2SubmitCommand (CmdSize, (UINT8 *)&Cmd, &ResultBufSize, (UINT8 *)&Res);
260 if (ResultBufSize > sizeof(Res)) {
321 UINT32 ResultBufSize;
348 ResultBufSize = sizeof(Res);
349 Status = Tpm2SubmitCommand (CmdSize, (UINT8 *)&Cmd, &ResultBufSize, (UINT8 *)&Res);
354 if (ResultBufSize > sizeof(Res)) {
420 UINT32 ResultBufSize;
452 ResultBufSize = sizeof(Res);
    [all...]
Tpm2Sequences.c 110 UINT32 ResultBufSize;
136 ResultBufSize = sizeof(Res);
137 Status = Tpm2SubmitCommand (CmdSize, (UINT8 *)&Cmd, &ResultBufSize, (UINT8 *)&Res);
142 if (ResultBufSize > sizeof(Res)) {
199 UINT32 ResultBufSize;
233 ResultBufSize = sizeof(Res);
234 Status = Tpm2SubmitCommand (CmdSize, (UINT8 *)&Cmd,&ResultBufSize, (UINT8 *)&Res);
239 if (ResultBufSize > sizeof(Res)) {
302 UINT32 ResultBufSize;
342 ResultBufSize = sizeof(Res);
    [all...]
Tpm2Integrity.c 108 UINT32 ResultBufSize;
153 ResultBufSize = sizeof(Res);
154 Status = Tpm2SubmitCommand (CmdSize, (UINT8 *)&Cmd, &ResultBufSize, (UINT8 *)&Res);
159 if (ResultBufSize > sizeof(Res)) {
218 UINT32 ResultBufSize;
248 ResultBufSize = sizeof(Res);
249 Status = Tpm2SubmitCommand (CmdSize, (UINT8 *)&Cmd, &ResultBufSize, (UINT8 *)&Res);
254 if (ResultBufSize > sizeof(Res)) {
445 UINT32 ResultBufSize;
482 ResultBufSize = sizeof(Res);
    [all...]

Completed in 425 milliseconds