diff options
Diffstat (limited to 'crypto/ansi_cprng.c')
-rw-r--r-- | crypto/ansi_cprng.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/crypto/ansi_cprng.c b/crypto/ansi_cprng.c index e7c43ea4ce9d..c475c1129ff2 100644 --- a/crypto/ansi_cprng.c +++ b/crypto/ansi_cprng.c | |||
@@ -1,16 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * PRNG: Pseudo Random Number Generator | 3 | * PRNG: Pseudo Random Number Generator |
3 | * Based on NIST Recommended PRNG From ANSI X9.31 Appendix A.2.4 using | 4 | * Based on NIST Recommended PRNG From ANSI X9.31 Appendix A.2.4 using |
4 | * AES 128 cipher | 5 | * AES 128 cipher |
5 | * | 6 | * |
6 | * (C) Neil Horman <nhorman@tuxdriver.com> | 7 | * (C) Neil Horman <nhorman@tuxdriver.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License as published by the | ||
10 | * Free Software Foundation; either version 2 of the License, or (at your | ||
11 | * any later version. | ||
12 | * | ||
13 | * | ||
14 | */ | 8 | */ |
15 | 9 | ||
16 | #include <crypto/internal/rng.h> | 10 | #include <crypto/internal/rng.h> |