Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/module.h>
#include <linux/crypto.h>
#include <crypto/algapi.h>
#include <crypto/des.h>
#include "crypt_s390.h"
Go to the source code of this file.
Data Structures | |
struct | s390_des_ctx |
Macros | |
#define | DES3_KEY_SIZE (3 * DES_KEY_SIZE) |
Functions | |
module_init (des_s390_init) | |
module_exit (des_s390_exit) | |
MODULE_ALIAS ("des") | |
MODULE_ALIAS ("des3_ede") | |
MODULE_LICENSE ("GPL") | |
MODULE_DESCRIPTION ("DES & Triple DES EDE Cipher Algorithms") | |
#define DES3_KEY_SIZE (3 * DES_KEY_SIZE) |
Definition at line 25 of file des_s390.c.
MODULE_ALIAS | ( | "des" | ) |
MODULE_ALIAS | ( | "des3_ede" | ) |
MODULE_DESCRIPTION | ( | "DES & Triple DES EDE Cipher Algorithms" | ) |
module_exit | ( | des_s390_exit | ) |
module_init | ( | des_s390_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |