TianoCore EDK2 master
Loading...
Searching...
No Matches
_EFI_PEI_SECURITY2_PPI Struct Reference

#include <MdePkg/Include/Ppi/Security2.h>

Data Fields

EFI_PEI_SECURITY_AUTHENTICATION_STATE AuthenticationState
 

Detailed Description

This PPI is a means by which the platform builder can indicate a response to a PEIM's authentication state. This can be in the form of a requirement for the PEI Foundation to skip a module using the DeferExecution Boolean output in the AuthenticationState() member function. Alternately, the Security PPI can invoke something like a cryptographic PPI that hashes the PEIM contents to log attestations, for which the FileHandle parameter in AuthenticationState() will be useful. If this PPI does not exist, PEIMs will be considered trusted.

Definition at line 87 of file Security2.h.

Field Documentation

◆ AuthenticationState

EFI_PEI_SECURITY_AUTHENTICATION_STATE _EFI_PEI_SECURITY2_PPI::AuthenticationState

Definition at line 88 of file Security2.h.


The documentation for this struct was generated from the following file: