TianoCore EDK2 master
|
#include "CryptParallelHash.h"
#include <Library/UefiBootServicesTableLib.h>
#include <Protocol/MpService.h>
Go to the source code of this file.
Functions | |
VOID EFIAPI | DispatchBlockToAp (VOID) |
Dispatch Block to Aps in Dxe phase for parallelhash algorithm.
Copyright (c) 2022, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file CryptDispatchApDxe.c.
VOID EFIAPI DispatchBlockToAp | ( | VOID | ) |
Dispatch the block task to each AP in PEI phase.
Definition at line 19 of file CryptDispatchApDxe.c.