|
Linux Kernel
3.7.1
|
#include <linux/types.h>#include "rtl_crypto.h"#include <linux/errno.h>#include <linux/scatterlist.h>#include <linux/string.h>#include "internal.h"Go to the source code of this file.
Functions | |
| int | crypto_init_compress_flags (struct crypto_tfm *tfm, u32 flags) |
| int | crypto_init_compress_ops (struct crypto_tfm *tfm) |
| void | crypto_exit_compress_ops (struct crypto_tfm *tfm) |
| void crypto_exit_compress_ops | ( | struct crypto_tfm * | tfm | ) |
Definition at line 61 of file compress.c.
| int crypto_init_compress_flags | ( | struct crypto_tfm * | tfm, |
| u32 | flags | ||
| ) |
Definition at line 40 of file compress.c.
| int crypto_init_compress_ops | ( | struct crypto_tfm * | tfm | ) |
Definition at line 45 of file compress.c.
1.8.2