diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-15 16:44:58 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-15 16:44:58 -0400 |
commit | c622afb0874e57cd7e9df51855e35286fa46aab7 (patch) | |
tree | 0e93777492b0dc0b2263c0cd2704e8fed1a39819 /doc/api/rng.rst | |
parent | e88d6979d1fa0a11468204fa729229afc49d5bde (diff) | |
parent | 4bb4249b39ce7284408c4d604a656be941427e63 (diff) |
Merge tag 'efi-2020-07-rc5' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
Pull request for UEFI sub-system for efi-2020-07-rc5
Use correct printf code in efi_image_parse().
Add random number generation to HTML documentation.
Diffstat (limited to 'doc/api/rng.rst')
-rw-r--r-- | doc/api/rng.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/api/rng.rst b/doc/api/rng.rst new file mode 100644 index 0000000000..b826d4fd4a --- /dev/null +++ b/doc/api/rng.rst @@ -0,0 +1,17 @@ +.. SPDX-License-Identifier: GPL-2.0+ +.. Copyright (c) 2018 Heinrich Schuchardt + +Random number generation +======================== + +Hardware random number generation +--------------------------------- + +.. kernel-doc:: include/rng.h + :internal: + +Pseudo random number generation +------------------------------- + +.. kernel-doc:: include/rand.h + :internal: |