TianoCore EDK2 master
|
#include <IndustryStandard/UefiTcgPlatform.h>
#include <Library/Tpm2CommandLib.h>
#include <Library/Tpm2DeviceLib.h>
#include <Library/BaseMemoryLib.h>
#include <Library/BaseLib.h>
#include <Library/DebugLib.h>
Go to the source code of this file.
Data Structures | |
struct | TPM2_FLUSH_CONTEXT_COMMAND |
struct | TPM2_FLUSH_CONTEXT_RESPONSE |
Functions | |
EFI_STATUS EFIAPI | Tpm2FlushContext (IN TPMI_DH_CONTEXT FlushHandle) |
Implement TPM2 Context related command.
Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file Tpm2Context.c.
EFI_STATUS EFIAPI Tpm2FlushContext | ( | IN TPMI_DH_CONTEXT | FlushHandle | ) |
This command causes all context associated with a loaded object or session to be removed from TPM memory.
[in] | FlushHandle | The handle of the item to flush. |
EFI_SUCCESS | Operation completed successfully. |
EFI_DEVICE_ERROR | The command was unsuccessful. |
Definition at line 39 of file Tpm2Context.c.