TianoCore EDK2
master
Loading...
Searching...
No Matches
CryptRandNull.c
Go to the documentation of this file.
1
10
#include "InternalCryptLib.h"
11
25
BOOLEAN
26
EFIAPI
27
RandomSeed
(
28
IN
CONST
UINT8 *Seed OPTIONAL,
29
IN
UINTN
SeedSize
30
)
31
{
32
ASSERT (
FALSE
);
33
return
FALSE
;
34
}
35
47
BOOLEAN
48
EFIAPI
49
RandomBytes
(
50
OUT
UINT8 *Output,
51
IN
UINTN
Size
52
)
53
{
54
ASSERT (
FALSE
);
55
return
FALSE
;
56
}
UINTN
UINT64 UINTN
Definition:
ProcessorBind.h:112
CONST
#define CONST
Definition:
Base.h:259
FALSE
#define FALSE
Definition:
Base.h:307
IN
#define IN
Definition:
Base.h:279
OUT
#define OUT
Definition:
Base.h:284
RandomBytes
BOOLEAN EFIAPI RandomBytes(OUT UINT8 *Output, IN UINTN Size)
Definition:
CryptRandNull.c:49
RandomSeed
BOOLEAN EFIAPI RandomSeed(IN CONST UINT8 *Seed OPTIONAL, IN UINTN SeedSize)
Definition:
CryptRandNull.c:27
CryptoPkg
Library
BaseCryptLibMbedTls
Rand
CryptRandNull.c
Generated on Fri Nov 15 2024 18:01:05 for TianoCore EDK2 by
1.9.6