Home | History | Annotate | Download | only in Tpm2DeviceLibTcg2

Lines Matching refs:Status

46   EFI_STATUS                Status;

50 Status = gBS->LocateProtocol (&gEfiTcg2ProtocolGuid, NULL, (VOID **) &mTcg2Protocol);
51 if (EFI_ERROR (Status)) {
55 DEBUG ((EFI_D_ERROR, "Tpm2SubmitCommand - Tcg2 - %r\n", Status));
62 Status = mTcg2Protocol->SubmitCommand (
69 if (EFI_ERROR (Status)) {
70 return Status;
91 EFI_STATUS Status;
94 Status = gBS->LocateProtocol (&gEfiTcg2ProtocolGuid, NULL, (VOID **) &mTcg2Protocol);
95 if (EFI_ERROR (Status)) {
99 DEBUG ((EFI_D_ERROR, "Tpm2RequestUseTpm - Tcg2 - %r\n", Status));