Linux Kernel
3.7.1
|
#include <crypto/aes.h>
#include <crypto/algapi.h>
#include <linux/err.h>
#include <linux/module.h>
#include <linux/init.h>
#include "crypt_s390.h"
Go to the source code of this file.
Data Structures | |
struct | s390_aes_ctx |
struct | pcc_param |
struct | s390_xts_ctx |
Macros | |
#define | KMSG_COMPONENT "aes_s390" |
#define | pr_fmt(fmt) KMSG_COMPONENT ": " fmt |
#define | AES_KEYLEN_128 1 |
#define | AES_KEYLEN_192 2 |
#define | AES_KEYLEN_256 4 |
Functions | |
module_init (aes_s390_init) | |
module_exit (aes_s390_fini) | |
MODULE_ALIAS ("aes-all") | |
MODULE_DESCRIPTION ("Rijndael (AES) Cipher Algorithm") | |
MODULE_LICENSE ("GPL") | |
Variables | |
struct s390_aes_ctx | __attribute__ |
#define AES_KEYLEN_128 1 |
Definition at line 30 of file aes_s390.c.
#define AES_KEYLEN_192 2 |
Definition at line 31 of file aes_s390.c.
#define AES_KEYLEN_256 4 |
Definition at line 32 of file aes_s390.c.
#define KMSG_COMPONENT "aes_s390" |
Definition at line 20 of file aes_s390.c.
#define pr_fmt | ( | fmt | ) | KMSG_COMPONENT ": " fmt |
Definition at line 21 of file aes_s390.c.
MODULE_ALIAS | ( | "aes-all" | ) |
MODULE_DESCRIPTION | ( | "Rijndael (AES) Cipher Algorithm" | ) |
module_exit | ( | aes_s390_fini | ) |
module_init | ( | aes_s390_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |