Linux Kernel
3.7.1
|
#include <crypto/algapi.h>
#include <linux/err.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/scatterlist.h>
#include <linux/slab.h>
#include <crypto/xts.h>
#include <crypto/b128ops.h>
#include <crypto/gf128mul.h>
Go to the source code of this file.
Data Structures | |
struct | priv |
struct | sinfo |
Functions | |
int | xts_crypt (struct blkcipher_desc *desc, struct scatterlist *sdst, struct scatterlist *ssrc, unsigned int nbytes, struct xts_crypt_req *req) |
EXPORT_SYMBOL_GPL (xts_crypt) | |
module_init (crypto_module_init) | |
module_exit (crypto_module_exit) | |
MODULE_LICENSE ("GPL") | |
MODULE_DESCRIPTION ("XTS block cipher mode") | |
EXPORT_SYMBOL_GPL | ( | xts_crypt | ) |
module_exit | ( | crypto_module_exit | ) |
module_init | ( | crypto_module_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |
int xts_crypt | ( | struct blkcipher_desc * | desc, |
struct scatterlist * | sdst, | ||
struct scatterlist * | ssrc, | ||
unsigned int | nbytes, | ||
struct xts_crypt_req * | req | ||
) |