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

Go to the source code of this file.

Macros

#define RNG_AVAILABLE_ALGO_MAX   2
 

Functions

EFI_STATUS EFIAPI GetAvailableAlgorithms (VOID)
 

Detailed Description

Aarch64 specific code.

Copyright (c) 2022, Arm Limited. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file AArch64Algo.c.

Macro Definition Documentation

◆ RNG_AVAILABLE_ALGO_MAX

#define RNG_AVAILABLE_ALGO_MAX   2

Definition at line 19 of file AArch64Algo.c.

Function Documentation

◆ GetAvailableAlgorithms()

EFI_STATUS EFIAPI GetAvailableAlgorithms ( VOID  )

Allocate and initialize mAvailableAlgoArray with the available Rng algorithms. Also update mAvailableAlgoArrayCount.

Return values
EFI_SUCCESSThe function completed successfully.
EFI_OUT_OF_RESOURCESCould not allocate memory.

Definition at line 29 of file AArch64Algo.c.