Linux Kernel
3.7.1
|
#include <crypto/b128ops.h>
Go to the source code of this file.
Data Structures | |
struct | xts_crypt_req |
Macros | |
#define | XTS_BLOCK_SIZE 16 |
#define | XTS_TWEAK_CAST(x) ((void (*)(void *, u8*, const u8*))(x)) |
Functions | |
int | xts_crypt (struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes, struct xts_crypt_req *req) |
int xts_crypt | ( | struct blkcipher_desc * | desc, |
struct scatterlist * | dst, | ||
struct scatterlist * | src, | ||
unsigned int | nbytes, | ||
struct xts_crypt_req * | req | ||
) |