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

Go to the source code of this file.

Functions

EFI_STATUS EFIAPI TlsAuthConfigDxeUnload (IN EFI_HANDLE ImageHandle)
 
EFI_STATUS EFIAPI TlsAuthConfigDxeDriverEntryPoint (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
 

Detailed Description

The DriverEntryPoint for TlsAuthConfigDxe driver.

Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.

SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file TlsAuthConfigDxe.c.

Function Documentation

◆ TlsAuthConfigDxeDriverEntryPoint()

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

This is the declaration of an EFI image entry point. This entry point is the same for UEFI Applications, UEFI OS Loaders, and UEFI Drivers including both device drivers and bus drivers.

Parameters
ImageHandleThe firmware allocated handle for the UEFI image.
SystemTableA pointer to the EFI System Table.
Return values
EFI_SUCCESSThe operation completed successfully.
OthersAn unexpected error occurred.

Definition at line 66 of file TlsAuthConfigDxe.c.

◆ TlsAuthConfigDxeUnload()

EFI_STATUS EFIAPI TlsAuthConfigDxeUnload ( IN EFI_HANDLE  ImageHandle)

Unloads an image.

Parameters
ImageHandleHandle that identifies the image to be unloaded.
Return values
EFI_SUCCESSThe image has been unloaded.
EFI_INVALID_PARAMETERImageHandle is not a valid image handle.

Definition at line 23 of file TlsAuthConfigDxe.c.