hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/include/crypto/internal/rng.h
....@@ -1,14 +1,9 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * RNG: Random Number Generator algorithms under the crypto API
34 *
45 * Copyright (c) 2008 Neil Horman <nhorman@tuxdriver.com>
56 * Copyright (c) 2015 Herbert Xu <herbert@gondor.apana.org.au>
6
- *
7
- * This program is free software; you can redistribute it and/or modify it
8
- * under the terms of the GNU General Public License as published by the Free
9
- * Software Foundation; either version 2 of the License, or (at your option)
10
- * any later version.
11
- *
127 */
138
149 #ifndef _CRYPTO_INTERNAL_RNG_H