Source
9
9
*
10
10
* Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
11
11
* Copyright (C) 2003 Kartikey Mahendra Bhatt <kartik_me@hotmail.com>.
12
12
*
13
13
* This program is free software; you can redistribute it and/or modify it
14
14
* under the terms of GNU General Public License as published by the Free
15
15
* Software Foundation; either version 2 of the License, or (at your option)
16
16
* any later version.
17
17
*
18
18
* You should have received a copy of the GNU General Public License
19
-
* along with this program; if not, write to the Free Software
20
-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
19
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
21
20
*/
22
21
23
22
24
23
#include <asm/byteorder.h>
25
24
#include <linux/init.h>
26
25
#include <linux/crypto.h>
27
26
#include <linux/module.h>
28
27
#include <linux/errno.h>
29
28
#include <linux/string.h>
30
29
#include <linux/types.h>