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

Go to the source code of this file.

Functions

EFI_STATUS EFIAPI SecureBootDefaultKeysEntryPoint (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
 

Detailed Description

This driver init default Secure Boot variables

Copyright (c) 2021, ARM Ltd. All rights reserved.
Copyright (c) 2021, Semihalf All rights reserved.
Copyright (c) 2021, Ampere Computing LLC. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file SecureBootDefaultKeysDxe.c.

Function Documentation

◆ SecureBootDefaultKeysEntryPoint()

EFI_STATUS EFIAPI SecureBootDefaultKeysEntryPoint ( IN EFI_HANDLE  ImageHandle,
IN EFI_SYSTEM_TABLE SystemTable 
)

The entry point for SecureBootDefaultKeys driver.

Parameters
[in]ImageHandleThe image handle of the driver.
[in]SystemTableThe system table.
Return values
EFI_SUCCESSThe secure default keys are initialized successfully.
EFI_UNSUPPORTEDOne of the secure default keys already exists.
EFI_NOT_FOUNDOne of the PK, KEK, or DB default keys is not found.
OthersFail to initialize the secure default keys.

Definition at line 36 of file SecureBootDefaultKeysDxe.c.