diff options
Diffstat (limited to 'crypto/algif_skcipher.c')
-rw-r--r-- | crypto/algif_skcipher.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/crypto/algif_skcipher.c b/crypto/algif_skcipher.c index cfdaab2b7d76..c1601edd70e3 100644 --- a/crypto/algif_skcipher.c +++ b/crypto/algif_skcipher.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * algif_skcipher: User-space interface for skcipher algorithms | 3 | * algif_skcipher: User-space interface for skcipher algorithms |
3 | * | 4 | * |
@@ -5,11 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Copyright (c) 2010 Herbert Xu <herbert@gondor.apana.org.au> | 7 | * Copyright (c) 2010 Herbert Xu <herbert@gondor.apana.org.au> |
7 | * | 8 | * |
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 Free | ||
10 | * Software Foundation; either version 2 of the License, or (at your option) | ||
11 | * any later version. | ||
12 | * | ||
13 | * The following concept of the memory management is used: | 9 | * The following concept of the memory management is used: |
14 | * | 10 | * |
15 | * The kernel maintains two SGLs, the TX SGL and the RX SGL. The TX SGL is | 11 | * The kernel maintains two SGLs, the TX SGL and the RX SGL. The TX SGL is |