|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include "rtl_crypto.h"#include <linux/errno.h>#include <linux/mm.h>#include <linux/slab.h>#include <asm/scatterlist.h>#include "internal.h"#include "scatterwalk.h"Go to the source code of this file.
Typedefs | |
| typedef void( | cryptfn_t )(void *, u8 *, const u8 *) |
| typedef void( | procfn_t )(struct crypto_tfm *, u8 *, u8 *, cryptfn_t, int enc, void *, int) |
Functions | |
| int | crypto_init_cipher_flags (struct crypto_tfm *tfm, u32 flags) |
| int | crypto_init_cipher_ops (struct crypto_tfm *tfm) |
| void | crypto_exit_cipher_ops (struct crypto_tfm *tfm) |
| void crypto_exit_cipher_ops | ( | struct crypto_tfm * | tfm | ) |
| int crypto_init_cipher_flags | ( | struct crypto_tfm * | tfm, |
| u32 | flags | ||
| ) |
| int crypto_init_cipher_ops | ( | struct crypto_tfm * | tfm | ) |
1.8.2