Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
xts.c File Reference
#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")
 

Function Documentation

EXPORT_SYMBOL_GPL ( xts_crypt  )
MODULE_DESCRIPTION ( "XTS block cipher mode )
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 
)

Definition at line 169 of file xts.c.