TianoCore EDK2 master
|
#include <Base.h>
Go to the source code of this file.
Functions | |
VOID | OPENSSL_cpuid_setup (VOID) |
RETURN_STATUS EFIAPI | OpensslLibConstructor (VOID) |
Constructor to initialize CPUID data for OpenSSL assembly operations.
Copyright (c) 2020, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file OpensslLibConstructor.c.
VOID OPENSSL_cpuid_setup | ( | VOID | ) |
An internal OpenSSL function which fetches a local copy of the hardware capability flags.
RETURN_STATUS EFIAPI OpensslLibConstructor | ( | VOID | ) |
Constructor routine for OpensslLib.
The constructor calls an internal OpenSSL function which fetches a local copy of the hardware capability flags, used to enable native crypto instructions.
None |
EFI_SUCCESS | The construction succeeded. |
Definition at line 35 of file OpensslLibConstructor.c.