OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EFI_RNG_ALGORITHM
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/SecurityPkg/RandomNumberGenerator/RngDxe/
RngDxe.c
34
EFI_RNG_ALGORITHM
mSupportedRngAlgorithms[] = {
49
with one
EFI_RNG_ALGORITHM
element for each supported
67
OUT
EFI_RNG_ALGORITHM
*RNGAlgorithmList
100
@param[in] RNGAlgorithm A pointer to the
EFI_RNG_ALGORITHM
that identifies the RNG
122
IN
EFI_RNG_ALGORITHM
*RNGAlgorithm, OPTIONAL
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Rng.h
36
typedef EFI_GUID
EFI_RNG_ALGORITHM
;
87
with one
EFI_RNG_ALGORITHM
element for each supported
105
OUT
EFI_RNG_ALGORITHM
*RNGAlgorithmList
112
@param[in] RNGAlgorithm A pointer to the
EFI_RNG_ALGORITHM
that identifies the RNG
134
IN
EFI_RNG_ALGORITHM
*RNGAlgorithm, OPTIONAL
/device/linaro/bootloader/edk2/SecurityPkg/Application/RngTest/
RngTest.c
44
EFI_RNG_ALGORITHM
RngAlgList[10];
45
EFI_RNG_ALGORITHM
*PtrRngAlg;
84
RngAlgCount = RngAlgListSize / sizeof (
EFI_RNG_ALGORITHM
);
88
PtrRngAlg = (
EFI_RNG_ALGORITHM
*)(&RngAlgList[Index]);
Completed in 84 milliseconds