Functions | |
EFI_STATUS EFIAPI | Tpm2FlushContext (IN TPMI_DH_CONTEXT FlushHandle) |
Copyright (c) 2014, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
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. |
References EFI_STATUS(), and Tpm2SubmitCommand().