Linux Kernel
3.7.1
|
#include <crypto/internal/skcipher.h>
#include <crypto/scatterwalk.h>
#include <linux/errno.h>
#include <linux/hardirq.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/scatterlist.h>
#include <linux/seq_file.h>
#include <linux/slab.h>
#include <linux/string.h>
#include <linux/cryptouser.h>
#include <net/netlink.h>
#include "internal.h"
Go to the source code of this file.
Enumerations | |
enum | { BLKCIPHER_WALK_PHYS = 1 << 0, BLKCIPHER_WALK_SLOW = 1 << 1, BLKCIPHER_WALK_COPY = 1 << 2, BLKCIPHER_WALK_DIFF = 1 << 3 } |
Variables | |
struct crypto_type | crypto_blkcipher_type |
anonymous enum |
Definition at line 32 of file blkcipher.c.
int blkcipher_walk_done | ( | struct blkcipher_desc * | desc, |
struct blkcipher_walk * | walk, | ||
int | err | ||
) |
Definition at line 105 of file blkcipher.c.
int blkcipher_walk_phys | ( | struct blkcipher_desc * | desc, |
struct blkcipher_walk * | walk | ||
) |
Definition at line 314 of file blkcipher.c.
int blkcipher_walk_virt | ( | struct blkcipher_desc * | desc, |
struct blkcipher_walk * | walk | ||
) |
Definition at line 305 of file blkcipher.c.
int blkcipher_walk_virt_block | ( | struct blkcipher_desc * | desc, |
struct blkcipher_walk * | walk, | ||
unsigned int | blocksize | ||
) |
Definition at line 351 of file blkcipher.c.
EXPORT_SYMBOL_GPL | ( | blkcipher_walk_done | ) |
EXPORT_SYMBOL_GPL | ( | blkcipher_walk_virt | ) |
EXPORT_SYMBOL_GPL | ( | blkcipher_walk_phys | ) |
EXPORT_SYMBOL_GPL | ( | blkcipher_walk_virt_block | ) |
EXPORT_SYMBOL_GPL | ( | crypto_blkcipher_type | ) |
EXPORT_SYMBOL_GPL | ( | skcipher_geniv_alloc | ) |
EXPORT_SYMBOL_GPL | ( | skcipher_geniv_free | ) |
EXPORT_SYMBOL_GPL | ( | skcipher_geniv_init | ) |
EXPORT_SYMBOL_GPL | ( | skcipher_geniv_exit | ) |
MODULE_LICENSE | ( | "GPL" | ) |
|
read |
Definition at line 567 of file blkcipher.c.
void skcipher_geniv_exit | ( | struct crypto_tfm * | tfm | ) |
Definition at line 725 of file blkcipher.c.
void skcipher_geniv_free | ( | struct crypto_instance * | inst | ) |
Definition at line 702 of file blkcipher.c.
int skcipher_geniv_init | ( | struct crypto_tfm * | tfm | ) |
Definition at line 709 of file blkcipher.c.
struct crypto_type crypto_blkcipher_type |
Definition at line 539 of file blkcipher.c.