TianoCore EDK2 master
Loading...
Searching...
No Matches
Tpm2Context.c File Reference

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)
 

Detailed Description

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.

Function Documentation

◆ Tpm2FlushContext()

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.

Parameters
[in]FlushHandleThe handle of the item to flush.
Return values
EFI_SUCCESSOperation completed successfully.
EFI_DEVICE_ERRORThe command was unsuccessful.

Definition at line 39 of file Tpm2Context.c.