|
iPXE
|
Macros | |
| #define | ENTROPY_PREFERRED 01 |
| Preferred entropy source. | |
| #define | ENTROPY_NORMAL 02 |
| Normal entropy source. | |
| #define | ENTROPY_FALLBACK 03 |
| Fallback entropy source. | |
| #define ENTROPY_PREFERRED 01 |
Preferred entropy source.
Definition at line 180 of file entropy.h.
Referenced by __entropy_source().
| #define ENTROPY_NORMAL 02 |
| #define ENTROPY_FALLBACK 03 |
Fallback entropy source.
Definition at line 182 of file entropy.h.
Referenced by __entropy_source().