Linux Kernel
3.7.1
|
#include <crypto/b128ops.h>
Go to the source code of this file.
Data Structures | |
struct | lrw_table_ctx |
struct | lrw_crypt_req |
Macros | |
#define | LRW_BLOCK_SIZE 16 |
Functions | |
int | lrw_init_table (struct lrw_table_ctx *ctx, const u8 *tweak) |
void | lrw_free_table (struct lrw_table_ctx *ctx) |
int | lrw_crypt (struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes, struct lrw_crypt_req *req) |
int lrw_crypt | ( | struct blkcipher_desc * | desc, |
struct scatterlist * | dst, | ||
struct scatterlist * | src, | ||
unsigned int | nbytes, | ||
struct lrw_crypt_req * | req | ||
) |
void lrw_free_table | ( | struct lrw_table_ctx * | ctx | ) |