data_type
large_stringclasses
3 values
source
large_stringclasses
29 values
code
large_stringlengths
98
49.4M
filepath
large_stringlengths
5
161
message
large_stringclasses
234 values
commit
large_stringclasses
234 values
subject
large_stringclasses
418 values
critique
large_stringlengths
101
1.26M
metadata
dict
source
edk2
/** @file MockMpService.h This file declares a mock of MP service Protocol. Copyright (c) Microsoft Corporation. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Library/GoogleTestLib.h> #include <Library/FunctionMockLib.h> extern "C" { #include <Uefi.h> #include <Protocol/MpService...
MdePkg/Test/Mock/Include/GoogleTest/Protocol/MockMpService.h
null
null
null
null
null
source
edk2
/** @file This file declares a mock of Rng Protocol. Copyright (c) Microsoft Corporation. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Library/GoogleTestLib.h> #include <Library/FunctionMockLib.h> extern "C" { #include <Uefi.h> #include <Protocol/Rng.h> } struct MockRng { MOC...
MdePkg/Test/Mock/Include/GoogleTest/Protocol/MockRng.h
null
null
null
null
null
source
edk2
/** @file MockSpiNorFlashProtocol.h This file declares a mock of SPI NOR Flash Protocol. Copyright (c) Microsoft Corporation. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Library/GoogleTestLib.h> #include <Library/FunctionMockLib.h> extern "C" { #include <Uefi.h> #include <Proto...
MdePkg/Test/Mock/Include/GoogleTest/Protocol/MockSpiNorFlash.h
null
null
null
null
null
source
edk2
/** @file MockCpuLib.cpp Google Test mocks for BaseLib Copyright (c) Microsoft Corporation. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <GoogleTest/Library/MockCpuLib.h> MOCK_INTERFACE_DEFINITION (MockCpuLib); MOCK_FUNCTION_DEFINITION (MockCpuLib, CpuSleep, 0, EFIAPI); MOCK_FUNCTION_DEFINITION (...
MdePkg/Test/Mock/Library/GoogleTest/MockCpuLib/MockCpuLib.cpp
null
null
null
null
null
source
edk2
/** @file Google Test mocks for DevicePathLib Copyright (c) 2025, Yandex. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <GoogleTest/Library/MockDevicePathLib.h> MOCK_INTERFACE_DEFINITION (MockDevicePathLib); MOCK_FUNCTION_DEFINITION (MockDevicePathLib, IsDevicePathValid, 2, EF...
MdePkg/Test/Mock/Library/GoogleTest/MockDevicePathLib/MockDevicePathLib.cpp
null
null
null
null
null
source
edk2
/** @file Google Test mocks for FdtLib Copyright (c) 2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved. Copyright (c) 2023, Intel Corporation. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <GoogleTest/Library/MockFdtLib.h> MOCK_INTERFACE_DEFINITION (MockFdtLib); MOCK...
MdePkg/Test/Mock/Library/GoogleTest/MockFdtLib/MockFdtLib.cpp
null
null
null
null
null
source
edk2
/** @file Google Test mocks for HobLib Copyright (c) 2023, Intel Corporation. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <GoogleTest/Library/MockHobLib.h> MOCK_INTERFACE_DEFINITION (MockHobLib); MOCK_FUNCTION_DEFINITION (MockHobLib, GetHobList, 0, EFIAPI); MOCK_FUNCTION_DEF...
MdePkg/Test/Mock/Library/GoogleTest/MockHobLib/MockHobLib.cpp
null
null
null
null
null
source
edk2
/** @file MockPciSegmentLib.cpp Google Test mocks for PciSegmentLib Copyright (c) Microsoft Corporation. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <GoogleTest/Library/MockPciSegmentLib.h> MOCK_INTERFACE_DEFINITION (MockPciSegmentLib); MOCK_FUNCTION_DEFINITION (MockPciSegmentLib, PciSegmentRegis...
MdePkg/Test/Mock/Library/GoogleTest/MockPciSegmentLib/MockPciSegmentLib.cpp
null
null
null
null
null
source
edk2
/** @file Google Test mocks for PeiServicesLib Copyright (c) 2023, Intel Corporation. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <GoogleTest/Library/MockPeiServicesLib.h> MOCK_INTERFACE_DEFINITION (MockPeiServicesLib); MOCK_FUNCTION_DEFINITION (MockPeiServicesLib, PeiServic...
MdePkg/Test/Mock/Library/GoogleTest/MockPeiServicesLib/MockPeiServicesLib.cpp
null
null
null
null
null
source
edk2
/** @file MockPostCodeLib.cpp Google Test mocks for PostCodeLib Copyright (c) Microsoft Corporation. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <GoogleTest/Library/MockPostCodeLib.h> MOCK_INTERFACE_DEFINITION (MockPostCodeLib); MOCK_FUNCTION_DEFINITION (MockPostCodeLib, PostCode, 1, EFIAPI); MOC...
MdePkg/Test/Mock/Library/GoogleTest/MockPostCodeLib/MockPostCodeLib.cpp
null
null
null
null
null
source
edk2
/** @file MockReportStatusCodeLib.cpp Google Test mocks for ReportStatusCodeLib Copyright (c) Microsoft Corporation. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <GoogleTest/Library/MockReportStatusCodeLib.h> MOCK_INTERFACE_DEFINITION (MockReportStatusCodeLib); MOCK_FUNCTION_DEFINITION (MockReport...
MdePkg/Test/Mock/Library/GoogleTest/MockReportStatusCodeLib/MockReportStatusCodeLib.cpp
null
null
null
null
null
source
edk2
/** @file Google Test mocks for SafeIntLib Copyright (c) Microsoft Corporation. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <GoogleTest/Library/MockSafeIntLib.h> MOCK_INTERFACE_DEFINITION (MockSafeIntLib); MOCK_FUNCTION_DEFINITION (MockSafeIntLib, SafeInt8ToUint8, 2, EFIAPI); MOCK_FUNCTION_DEFIN...
MdePkg/Test/Mock/Library/GoogleTest/MockSafeIntLib/MockSafeIntLib.cpp
null
null
null
null
null
source
edk2
/** @file MockSmmServicesTableLib.cpp Google Test mocks for SmmServicesTableLib Copyright (c) Microsoft Corporation. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <GoogleTest/Library/MockSmmServicesTableLib.h> MOCK_INTERFACE_DEFINITION (MockSmmServicesTableLib); MOCK_FUNCTION_DEFINITION (MockSmmSer...
MdePkg/Test/Mock/Library/GoogleTest/MockSmmServicesTableLib/MockSmmServicesTableLib.cpp
null
null
null
null
null
source
edk2
/** @file Google Test mocks for UefiBootServicesTableLib Copyright (c) Microsoft Corporation. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <GoogleTest/Library/MockUefiBootServicesTableLib.h> MOCK_INTERFACE_DEFINITION (MockUefiBootServicesTableLib); MOCK_FUNCTION_DEFINITION (MockUefiBootServicesTabl...
MdePkg/Test/Mock/Library/GoogleTest/MockUefiBootServicesTableLib/MockUefiBootServicesTableLib.cpp
null
null
null
null
null
source
edk2
/** @file Google Test mocks for UefiLib Copyright (c) 2022, Intel Corporation. All rights reserved. Copyright (c) Microsoft Corporation. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <GoogleTest/Library/MockUefiLib.h> MOCK_INTERFACE_DEFINITION (MockUefiLib); MOCK_FUNCTION_DEFINITION (MockUefiLib...
MdePkg/Test/Mock/Library/GoogleTest/MockUefiLib/MockUefiLib.cpp
null
null
null
null
null
source
edk2
/** @file Google Test mocks for UefiRuntimeServicesTableLib Copyright (c) 2022, Intel Corporation. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <GoogleTest/Library/MockUefiRuntimeServicesTableLib.h> MOCK_INTERFACE_DEFINITION (MockUefiRuntimeServicesTableLib); MOCK_FUNCTION_DEF...
MdePkg/Test/Mock/Library/GoogleTest/MockUefiRuntimeServicesTableLib/MockUefiRuntimeServicesTableLib.cpp
null
null
null
null
null
source
edk2
/** @file MockHash2.cpp Google Test mock for Hash2 Protocol Copyright (c) Microsoft Corporation. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <GoogleTest/Protocol/MockHash2.h> MOCK_INTERFACE_DEFINITION (MockHash2); MOCK_FUNCTION_DEFINITION (MockHash2, GetHashSize, 3, EFIAPI); MOCK_FUNCTION_DEFINIT...
MdePkg/Test/Mock/Library/GoogleTest/Protocol/MockHash2.cpp
null
null
null
null
null
source
edk2
/** @file MockRng.cpp Google Test mock for Rng Protocol Copyright (c) Microsoft Corporation. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <GoogleTest/Protocol/MockRng.h> MOCK_INTERFACE_DEFINITION (MockRng); MOCK_FUNCTION_DEFINITION (MockRng, GetInfo, 3, EFIAPI); MOCK_FUNCTION_DEFINITION (MockRng, ...
MdePkg/Test/Mock/Library/GoogleTest/Protocol/MockRng.cpp
null
null
null
null
null
source
edk2
/** @file Unit Test Host BaseLib hooks. Copyright (c) 2020, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once /** Prototype of service with no parameters and no return value. **/ typedef VOID (EFIAPI *UNIT_TEST_HOST_BASE_LIB_VOID)( VOID ); /** P...
MdePkg/Test/UnitTest/Include/Library/UnitTestHostBaseLib.h
null
null
null
null
null
source
edk2
/** @file Unit tests of Base64 conversion APIs in BaseLib. Copyright (C) Microsoft Corporation. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <Uefi.h> #include <Library/BaseLib.h> #include <Library/BaseMemoryLib.h> #include <Library/DebugLib.h> #include <Library/MemoryAllocationLib.h> #include <Lib...
MdePkg/Test/UnitTest/Library/BaseLib/Base64UnitTest.c
null
null
null
null
null
source
edk2
/** @file IA32-specific functions for unit-testing INTN and UINTN functions in SafeIntLib. Copyright (c) Microsoft Corporation.<BR> Copyright (c) 2019 - 2020, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "TestBaseSafeIntLib.h" UNIT_TEST_STATUS EFIAP...
MdePkg/Test/UnitTest/Library/BaseSafeIntLib/SafeIntLibUintnIntnUnitTests32.c
null
null
null
null
null
source
edk2
/** @file x64-specific functions for unit-testing INTN and UINTN functions in SafeIntLib. Copyright (c) Microsoft Corporation.<BR> Copyright (c) 2019 - 2020, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "TestBaseSafeIntLib.h" UNIT_TEST_STATUS EFIAPI...
MdePkg/Test/UnitTest/Library/BaseSafeIntLib/SafeIntLibUintnIntnUnitTests64.c
null
null
null
null
null
source
edk2
/** @file UEFI OS based application for unit testing the SafeIntLib. Copyright (c) Microsoft Corporation.<BR> Copyright (c) 2018 - 2020, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "TestBaseSafeIntLib.h" #define UNIT_TEST_NAME "Int Safe Lib Unit ...
MdePkg/Test/UnitTest/Library/BaseSafeIntLib/TestBaseSafeIntLib.c
null
null
null
null
null
source
edk2
/** @file UEFI OS based application for unit testing the SafeIntLib. Copyright (c) Microsoft Corporation.<BR> Copyright (c) 2018 - 2020, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <PiPei.h> #include <Uefi.h> #include <Library/UefiLib.h>...
MdePkg/Test/UnitTest/Library/BaseSafeIntLib/TestBaseSafeIntLib.h
null
null
null
null
null
source
edk2
/** @file UEFI OS based application for unit testing the DevicePathLib. Copyright (c) 2023, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "TestDevicePathLib.h" #define UNIT_TEST_NAME "DevicePathLib Unit Test Application" #define UNIT_TEST_VERSION "0....
MdePkg/Test/UnitTest/Library/DevicePathLib/TestDevicePathLib.c
null
null
null
null
null
source
edk2
/** @file UEFI OS based application for unit testing the DevicePathLib. Copyright (c) 2023, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <PiPei.h> #include <Uefi.h> #include <Library/UefiLib.h> #include <Library/DebugLib.h> #include <Library...
MdePkg/Test/UnitTest/Library/DevicePathLib/TestDevicePathLib.h
null
null
null
null
null
source
edk2
/** @file UEFI OS based application for unit testing the DevicePathLib. Copyright (c) 2023, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "TestDevicePathLib.h" typedef struct { EFI_DEVICE_PATH_PROTOCOL *DevPath; CONST CHAR16 *DevPat...
MdePkg/Test/UnitTest/Library/DevicePathLib/TestDevicePathStringConversions.c
null
null
null
null
null
source
edk2
/** @file Shell application for VLAN configuration. Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <Uefi.h> #include <Protocol/VlanConfig.h> #include <Library/UefiApplicationEntryPoint.h> #include <Library/UefiLib.h> #include ...
NetworkPkg/Application/VConfig/VConfig.c
null
null
null
null
null
source
edk2
/** @file ARP driver functions. Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "ArpDriver.h" #include "ArpImpl.h" EFI_DRIVER_BINDING_PROTOCOL gArpDriverBinding = { ArpDriverBindingSupported, ArpDriverBindingStart, ArpDriverBi...
NetworkPkg/ArpDxe/ArpDriver.c
null
null
null
null
null
source
edk2
/** @file ARP driver header file. Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Uefi.h> #include <Protocol/Arp.h> #include <Protocol/ManagedNetwork.h> #include <Protocol/ServiceBinding.h> #include <Library/DebugLib....
NetworkPkg/ArpDxe/ArpDriver.h
null
null
null
null
null
source
edk2
/** @file The implementation of the ARP protocol. Copyright (c) 2006 - 2020, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "ArpImpl.h" // // Global variable of EFI ARP Protocol Interface. // EFI_ARP_PROTOCOL mEfiArpProtocolTemplate = { ArpConfigure, Arp...
NetworkPkg/ArpDxe/ArpImpl.c
null
null
null
null
null
source
edk2
/** @file EFI Address Resolution Protocol (ARP) Protocol interface header file. Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Uefi.h> #include <Protocol/Arp.h> #include <Protocol/ManagedNetwork.h> #include <Protocol/...
NetworkPkg/ArpDxe/ArpImpl.h
null
null
null
null
null
source
edk2
/** @file Implementation of EFI Address Resolution Protocol (ARP) Protocol interface functions. Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "ArpImpl.h" /** This function is used to assign a station address to the ARP cache for ...
NetworkPkg/ArpDxe/ArpMain.c
null
null
null
null
null
source
edk2
/** @file UEFI Component Name(2) protocol implementation for ArpDxe driver. Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "ArpDriver.h" // // EFI Component Name Protocol // GLOBAL_REMOVE_IF_UNREFERENCED EFI_COMPONENT_NAME_PROTOCOL ...
NetworkPkg/ArpDxe/ComponentName.c
null
null
null
null
null
source
edk2
/** @file Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "Dhcp4Impl.h" // // EFI Component Name Functions // /** Retrieves a Unicode string that is the user readable name of the driver. This function retrieves the user readable ...
NetworkPkg/Dhcp4Dxe/ComponentName.c
null
null
null
null
null
source
edk2
/** @file Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> Copyright (c) Microsoft Corporation SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "Dhcp4Impl.h" #include "Dhcp4Driver.h" EFI_DRIVER_BINDING_PROTOCOL gDhcp4DriverBinding = { Dhcp4DriverBindingSupported, Dhcp4DriverBindi...
NetworkPkg/Dhcp4Dxe/Dhcp4Driver.c
null
null
null
null
null
source
edk2
/** @file Header for the DHCP4 driver. Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once extern EFI_COMPONENT_NAME_PROTOCOL gDhcp4ComponentName; extern EFI_COMPONENT_NAME2_PROTOCOL gDhcp4ComponentName2; extern EFI_UNICODE_STRING...
NetworkPkg/Dhcp4Dxe/Dhcp4Driver.h
null
null
null
null
null
source
edk2
/** @file This file implement the EFI_DHCP4_PROTOCOL interface. Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "Dhcp4Impl.h" /** Returns the current operating mode and cached data packet for the EFI DHCPv4 Protocol driver. The ...
NetworkPkg/Dhcp4Dxe/Dhcp4Impl.c
null
null
null
null
null
source
edk2
/** @file EFI DHCP protocol implementation. RFCs supported are: RFC 2131: Dynamic Host Configuration Protocol RFC 2132: DHCP Options and BOOTP Vendor Extensions RFC 1534: Interoperation Between DHCP and BOOTP RFC 3396: Encoding Long Options in DHCP. Copyright (c) 2006 - 2018, Intel Corporation. All rights ...
NetworkPkg/Dhcp4Dxe/Dhcp4Impl.h
null
null
null
null
null
source
edk2
/** @file EFI DHCP protocol implementation. Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "Dhcp4Impl.h" UINT32 mDhcp4DefaultTimeout[4] = { 4, 8, 16, 32 }; /** Send an initial DISCOVER or REQUEST message according to the DHCP ...
NetworkPkg/Dhcp4Dxe/Dhcp4Io.c
null
null
null
null
null
source
edk2
/** @file The DHCP4 protocol implementation. Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Uefi.h> #include <Protocol/ServiceBinding.h> #include <Library/NetLib.h> #include <Library/UdpIoLib.h> #include <Library/Bas...
NetworkPkg/Dhcp4Dxe/Dhcp4Io.h
null
null
null
null
null
source
edk2
/** @file Function to validate, parse, process the DHCP options. Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "Dhcp4Impl.h" /// /// A list of the format of DHCP Options sorted by option tag /// to validate a dhcp message. Refere t...
NetworkPkg/Dhcp4Dxe/Dhcp4Option.c
null
null
null
null
null
source
edk2
/** @file To validate, parse and process the DHCP options. Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once /// /// DHCP option tags (types) /// #define DHCP_OPTION_MAGIC 0x63538263 // Network byte order #define DHCP_MAX_...
NetworkPkg/Dhcp4Dxe/Dhcp4Option.h
null
null
null
null
null
source
edk2
/** @file UEFI Component Name(2) protocol implementation for Dhcp6 driver. Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "Dhcp6Impl.h" /** Retrieves a Unicode string that is the user-readable name of the driver. This func...
NetworkPkg/Dhcp6Dxe/ComponentName.c
null
null
null
null
null
source
edk2
/** @file Driver Binding functions and Service Binding functions implementation for Dhcp6 Driver. Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR> Copyright (c) Microsoft Corporation SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "Dhcp6Impl.h" EFI_DRIVER_BINDING_PROTOCOL ...
NetworkPkg/Dhcp6Dxe/Dhcp6Driver.c
null
null
null
null
null
source
edk2
/** @file Driver Binding functions and Service Binding functions declaration for Dhcp6 Driver. Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Protocol/ServiceBinding.h> extern EFI_COMPONENT_NAME_PROTOCOL gDhc...
NetworkPkg/Dhcp6Dxe/Dhcp6Driver.h
null
null
null
null
null
source
edk2
/** @file This EFI_DHCP6_PROTOCOL interface implementation. Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "Dhcp6Impl.h" // // Well-known multi-cast address defined in section-24.1 of rfc-3315 // // ALL_DHCP_Relay_Agents_and_...
NetworkPkg/Dhcp6Dxe/Dhcp6Impl.c
null
null
null
null
null
source
edk2
/** @file Dhcp6 internal data structure and definition declaration. Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Uefi.h> #include <IndustryStandard/Dhcp.h> #include <Protocol/Dhcp6.h> #include <Protocol/Udp6.h...
NetworkPkg/Dhcp6Dxe/Dhcp6Impl.h
null
null
null
null
null
source
edk2
/** @file Dhcp6 internal functions implementation. (C) Copyright 2014 Hewlett-Packard Development Company, L.P.<BR> Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR> Copyright (c) Microsoft Corporation SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "Dhcp6Impl.h" /** Enque...
NetworkPkg/Dhcp6Dxe/Dhcp6Io.c
null
null
null
null
null
source
edk2
/** @file Dhcp6 internal functions declaration. Copyright (c) 2009 - 2012, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once /** Clean up the specific nodes in the retry list. @param[in] Instance The pointer to the Dhcp6 instance. @param[...
NetworkPkg/Dhcp6Dxe/Dhcp6Io.h
null
null
null
null
null
source
edk2
/** @file Dhcp6 support functions implementation. (C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR> Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "Dhcp6Impl.h" // // Verifies the packet cursor is within the pa...
NetworkPkg/Dhcp6Dxe/Dhcp6Utility.c
null
null
null
null
null
source
edk2
/** @file Dhcp6 support functions declaration. Copyright (c) 2009 - 2012, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define DHCP6_10_BIT_MASK 0x3ff #define DHCP6_DAD_ADDITIONAL_DELAY 30000000 // 3 seconds /** Generate client Du...
NetworkPkg/Dhcp6Dxe/Dhcp6Utility.h
null
null
null
null
null
source
edk2
/** @file Acts as the main entry point for the tests for the Dhcp6Dxe module. Copyright (c) Microsoft Corporation SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <Library/GoogleTestLib.h> //////////////////////////////////////////////////////////////////////////////// // Run the tests ////////////////...
NetworkPkg/Dhcp6Dxe/GoogleTest/Dhcp6DxeGoogleTest.cpp
null
null
null
null
null
source
edk2
/** @file Tests for Dhcp6Io.c. Copyright (c) Microsoft Corporation SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <Library/GoogleTestLib.h> extern "C" { #include <Uefi.h> #include <Library/BaseLib.h> #include <Library/DebugLib.h> #include <Library/BaseMemoryLib.h> #include "../Dhcp6Impl.h" ...
NetworkPkg/Dhcp6Dxe/GoogleTest/Dhcp6IoGoogleTest.cpp
null
null
null
null
null
source
edk2
/** @file Acts as header for private functions under test in Dhcp6Io.c Copyright (c) Microsoft Corporation SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once //////////////////////////////////////////////////////////////////////////////// // These are the functions that are being unit tested ///////...
NetworkPkg/Dhcp6Dxe/GoogleTest/Dhcp6IoGoogleTest.h
null
null
null
null
null
source
edk2
/** @file Implementation of EFI_COMPONENT_NAME_PROTOCOL and EFI_COMPONENT_NAME2_PROTOCOL protocol. Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "DnsImpl.h" // // EFI Component Name Functions // /** Retrieves a Unicode string that...
NetworkPkg/DnsDxe/ComponentName.c
null
null
null
null
null
source
edk2
/** @file Functions implementation related with DHCPv4/v6 for DNS driver. Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR> Copyright (c) Microsoft Corporation SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "DnsImpl.h" /** This function initialize the DHCP4 message instance. Thi...
NetworkPkg/DnsDxe/DnsDhcp.c
null
null
null
null
null
source
edk2
/** @file Functions implementation related with DHCPv4/v6 for DNS driver. Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once // // DHCP DNS related // #pragma pack(1) #define IP4_ETHER_PROTO 0x0800 #define DHCP4_OPCODE_REQUEST 1 #...
NetworkPkg/DnsDxe/DnsDhcp.h
null
null
null
null
null
source
edk2
/** @file The driver binding and service binding protocol for DnsDxe driver. Copyright (c) 2015 - 2019, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "DnsImpl.h" EFI_DRIVER_BINDING_PROTOCOL gDns4DriverBinding = { Dns4DriverBindingSupported, Dns4DriverBind...
NetworkPkg/DnsDxe/DnsDriver.c
null
null
null
null
null
source
edk2
/** @file The header files of the driver binding and service binding protocol for DnsDxe driver. Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Protocol/DriverBinding.h> #include <Protocol/ServiceBinding.h> /// /// Dns ...
NetworkPkg/DnsDxe/DnsDriver.h
null
null
null
null
null
source
edk2
/** @file DnsDxe support functions implementation. Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR> Copyright (c) Microsoft Corporation SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "DnsImpl.h" /** Remove TokenEntry from TokenMap. @param[in] TokenMap All DNSv4 Token e...
NetworkPkg/DnsDxe/DnsImpl.c
null
null
null
null
null
source
edk2
/** @file DnsDxe support functions implementation. Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Uefi.h> // // Libraries classes // #include <Library/BaseLib.h> #include <Library/UefiLib.h> #include <Library/UefiBootSe...
NetworkPkg/DnsDxe/DnsImpl.h
null
null
null
null
null
source
edk2
/** @file Implementation of EFI_DNS4_PROTOCOL and EFI_DNS6_PROTOCOL interfaces. Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "DnsImpl.h" EFI_DNS4_PROTOCOL mDns4Protocol = { Dns4GetModeData, Dns4Configure, Dns4HostNameToIp, ...
NetworkPkg/DnsDxe/DnsProtocol.c
null
null
null
null
null
source
edk2
/** @file Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent Module Name: Dpc.c Abstract: **/ #include "Dpc.h" // // Handle for the EFI_DPC_PROTOCOL instance // EFI_HANDLE mDpcHandle = NULL; // // The EFI_DPC_PROTOCOL instances that is install...
NetworkPkg/DpcDxe/Dpc.c
null
null
null
null
null
source
edk2
/** @file Copyright (c) 2007, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent Module Name: Dpc.h Abstract: **/ #pragma once #include <Uefi.h> #include <Library/BaseLib.h> #include <Library/DebugLib.h> #include <Library/UefiDriverEntryPoint.h> #include <Library/UefiBoot...
NetworkPkg/DpcDxe/Dpc.h
null
null
null
null
null
source
edk2
/** @file Implementation of the boot file download function. Copyright (c) 2015 - 2021, Intel Corporation. All rights reserved.<BR> (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "HttpBootDxe.h" /** Update the device path node to includ...
NetworkPkg/HttpBootDxe/HttpBootClient.c
null
null
null
null
null
source
edk2
/** @file Declaration of the boot file download function. Copyright (c) 2015 - 2021, Intel Corporation. All rights reserved.<BR> (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define HTTP_BOOT_BLOCK_SIZE 32000 #defi...
NetworkPkg/HttpBootDxe/HttpBootClient.h
null
null
null
null
null
source
edk2
/** @file Implementation of EFI_COMPONENT_NAME_PROTOCOL and EFI_COMPONENT_NAME2_PROTOCOL protocol. Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "HttpBootDxe.h" /// /// Component Name Protocol instance /// GLOBAL_REMOVE_IF_UNREFERE...
NetworkPkg/HttpBootDxe/HttpBootComponentName.c
null
null
null
null
null
source
edk2
/** @file Declaration of HTTP boot driver's EFI_COMPONENT_NAME_PROTOCOL and EFI_COMPONENT_NAME2_PROTOCOL function. Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once /** Retrieves a Unicode string that is the user-readable name ...
NetworkPkg/HttpBootDxe/HttpBootComponentName.h
null
null
null
null
null
source
edk2
/** @file Helper functions for configuring or getting the parameters relating to HTTP Boot. Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "HttpBootDxe.h" #include <Library/UefiBootManagerLib.h> CHAR16 mHttpBootConfigStorageName[] ...
NetworkPkg/HttpBootDxe/HttpBootConfig.c
null
null
null
null
null
source
edk2
/** @file The header file of functions for configuring or getting the parameters relating to HTTP Boot. Copyright (c) 2016, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include "HttpBootConfigNVDataStruc.h" typedef struct _HTTP_BOOT_FORM_CALLBACK_IN...
NetworkPkg/HttpBootDxe/HttpBootConfig.h
null
null
null
null
null
source
edk2
/** @file Define NVData structures used by the HTTP Boot configuration component. Copyright (c) 2016, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Guid/HttpBootConfigHii.h> #define HTTP_BOOT_IP_VERSION_4 0 #define HTTP_BOOT_IP_VERSION_6 1 ...
NetworkPkg/HttpBootDxe/HttpBootConfigNVDataStruc.h
null
null
null
null
null
source
edk2
/** @file Functions implementation related with DHCPv4 for HTTP boot driver. Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "HttpBootDxe.h" // // This is a map from the interested DHCP4 option tags' index to the tag value. // UINT8 ...
NetworkPkg/HttpBootDxe/HttpBootDhcp4.c
null
null
null
null
null
source
edk2
/** @file Functions declaration related with DHCPv4 for HTTP boot driver. Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR> Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All rights reserved.<BR> Copyright (c) 2022, Loongson Technology Corporation Limited. All rights reserved.<BR...
NetworkPkg/HttpBootDxe/HttpBootDhcp4.h
null
null
null
null
null
source
edk2
/** @file Functions implementation related with DHCPv6 for HTTP boot driver. Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR> Copyright (c) Microsoft Corporation SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "HttpBootDxe.h" /** Build the options buffer for the DHCPv6 request pa...
NetworkPkg/HttpBootDxe/HttpBootDhcp6.c
null
null
null
null
null
source
edk2
/** @file Functions declaration related with DHCPv6 for HTTP boot driver. Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define HTTP_BOOT_OFFER_MAX_NUM 16 #define HTTP_BOOT_DHCP6_OPTION_MAX_NUM 16 #define HTTP_BO...
NetworkPkg/HttpBootDxe/HttpBootDhcp6.h
null
null
null
null
null
source
edk2
/** @file Driver Binding functions implementation for UEFI HTTP boot. Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "HttpBootDxe.h" /// /// Driver Binding Protocol instance /// EFI_DRIVER_BINDING_PROTOCOL gHttpBootIp4DxeDriverBind...
NetworkPkg/HttpBootDxe/HttpBootDxe.c
null
null
null
null
null
source
edk2
/** @file UEFI HTTP boot driver's private data structure and interfaces declaration. Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR> (C) Copyright 2016 - 2020 Hewlett Packard Enterprise Development LP<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Uefi.h> #incl...
NetworkPkg/HttpBootDxe/HttpBootDxe.h
null
null
null
null
null
source
edk2
/** @file The implementation of EFI_LOAD_FILE_PROTOCOL for UEFI HTTP boot. Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR> (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "HttpBootDxe.h" /** Install HTTP Boot Callb...
NetworkPkg/HttpBootDxe/HttpBootImpl.c
null
null
null
null
null
source
edk2
/** @file The declaration of UEFI HTTP boot function. Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define HTTP_BOOT_CHECK_MEDIA_WAITING_TIME EFI_TIMER_PERIOD_SECONDS(20) typedef enum { GetBootFileHead, GetBootFileGet, ...
NetworkPkg/HttpBootDxe/HttpBootImpl.h
null
null
null
null
null
source
edk2
/** @file Support functions implementation for UEFI HTTP boot driver. Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR> (C) Copyright 2016 - 2020 Hewlett Packard Enterprise Development LP<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "HttpBootDxe.h" /** Get the Nic handle us...
NetworkPkg/HttpBootDxe/HttpBootSupport.c
null
null
null
null
null
source
edk2
/** @file Support functions declaration for UEFI HTTP boot driver. Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR> (C) Copyright 2020 Hewlett-Packard Development Company, L.P.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once /** Get the Nic handle using any child handle i...
NetworkPkg/HttpBootDxe/HttpBootSupport.h
null
null
null
null
null
source
edk2
/** @file Implementation of EFI_COMPONENT_NAME_PROTOCOL and EFI_COMPONENT_NAME2_PROTOCOL protocol. Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "HttpDriver.h" /// /// Component Name Protocol instance /// GLOBAL_REMOVE_IF_UN...
NetworkPkg/HttpDxe/ComponentName.c
null
null
null
null
null
source
edk2
/** @file Header file for implementation of UEFI Component Name(2) protocol. Copyright (c) 2015, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once /** Retrieves a Unicode string that is the user-readable name of the EFI Driver. @param This A poin...
NetworkPkg/HttpDxe/ComponentName.h
null
null
null
null
null
source
edk2
/** @file Routines for HttpDxe driver to perform DNS resolution based on UEFI DNS protocols. Copyright (c) 2017 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "HttpDriver.h" /** Retrieve the host address using the EFI_DNS4_PROTOCOL. @param[in] H...
NetworkPkg/HttpDxe/HttpDns.c
null
null
null
null
null
source
edk2
/** @file The header file of routines for HttpDxe driver to perform DNS resolution based on UEFI DNS protocols. Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once /** Retrieve the host address using the EFI_DNS4_PROTOCOL. @para...
NetworkPkg/HttpDxe/HttpDns.h
null
null
null
null
null
source
edk2
/** @file The driver binding and service binding protocol for HttpDxe driver. Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR> (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR> Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. SPDX-License-Identif...
NetworkPkg/HttpDxe/HttpDriver.c
null
null
null
null
null
source
edk2
/** @file The header files of the driver binding and service binding protocol for HttpDxe driver. Copyright (c) 2015 - 2021, Intel Corporation. All rights reserved.<BR> (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR> (c) Copyright 2025 HP Development Company, L.P. SPDX-License-Identifier: B...
NetworkPkg/HttpDxe/HttpDriver.h
null
null
null
null
null
source
edk2
/** @file Implementation of EFI_HTTP_PROTOCOL protocol interfaces. Copyright (c) 2015, Intel Corporation. All rights reserved.<BR> (C) Copyright 2015-2016 Hewlett Packard Enterprise Development LP<BR> Copyright (C) 2024 - 2025 Advanced Micro Devices, Inc. All rights reserved.<BR> SPDX-License-Identifier: BS...
NetworkPkg/HttpDxe/HttpImpl.c
null
null
null
null
null
source
edk2
/** @file The header files of implementation of EFI_HTTP_PROTOCOL protocol interfaces. Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR> (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define HTTP_DEFAULT_P...
NetworkPkg/HttpDxe/HttpImpl.h
null
null
null
null
null
source
edk2
/** @file Miscellaneous routines for HttpDxe driver. Copyright (c) 2015, Intel Corporation. All rights reserved.<BR> (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR> Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved.<BR> (c) Copyright 2025 HP Development Company, L.P. SPDX-License-I...
NetworkPkg/HttpDxe/HttpProto.c
null
null
null
null
null
source
edk2
/** @file The header files of miscellaneous routines for HttpDxe driver. Copyright (c) 2015, Intel Corporation. All rights reserved.<BR> (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR> Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved.<BR> (c) Copyright 2025 HP Development Company,...
NetworkPkg/HttpDxe/HttpProto.h
null
null
null
null
null
source
edk2
/** @file Miscellaneous routines specific to Https for HttpDxe driver. Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR> (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR> Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause...
NetworkPkg/HttpDxe/HttpsSupport.c
null
null
null
null
null
source
edk2
/** @file The header files of miscellaneous routines specific to Https for HttpDxe driver. Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR> Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #define HTTPS_DEF...
NetworkPkg/HttpDxe/HttpsSupport.h
null
null
null
null
null
source
edk2
/** @file The DriverEntryPoint and Unload for HttpUtilities driver. Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "HttpUtilitiesDxe.h" /** Unloads an image. @param ImageHandle Handle that identifies the image t...
NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.c
null
null
null
null
null
source
edk2
/** @file The header files of Http Utilities functions for HttpUtilities driver. Copyright (c) 2015, Intel Corporation. All rights reserved.<BR> (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #pragma once #include <Uefi.h> // // Libraries ...
NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.h
null
null
null
null
null
source
edk2
/** @file Implementation of EFI_HTTP_PROTOCOL protocol interfaces. Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR> (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "HttpUtilitiesDxe.h" EFI_HTTP_UTILITIES_PROTOCO...
NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesProtocol.c
null
null
null
null
null
source
edk2
/** @file UEFI Component Name(2) protocol implementation for iSCSI. Copyright (c) 2004 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "IScsiImpl.h" // // EFI Component Name Protocol // GLOBAL_REMOVE_IF_UNREFERENCED EFI_COMPONENT_NAME_PROTOCOL gIScsiC...
NetworkPkg/IScsiDxe/ComponentName.c
null
null
null
null
null
source
edk2
/** @file Implementation for EFI_AUTHENTICATION_INFO_PROTOCOL. Currently it is a dummy support. Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "IScsiImpl.h" EFI_AUTHENTICATION_INFO_PROTOCOL gIScsiAuthenticationInfo = { IScsiGet...
NetworkPkg/IScsiDxe/IScsiAuthenticationInfo.c
null
null
null
null
null
source
edk2
/** @file This file is for Challenge-Handshake Authentication Protocol (CHAP) Configuration. Copyright (c) 2004 - 2018, Intel Corporation. All rights reserved.<BR> Copyright (c) Microsoft Corporation SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "IScsiImpl.h" // // Supported CHAP hash algorithms, ma...
NetworkPkg/IScsiDxe/IScsiCHAP.c
null
null
null
null
null