|
Linux Kernel
3.7.1
|
#include "rtl_crypto.h"#include <linux/mm.h>#include <linux/highmem.h>#include <linux/init.h>#include <asm/hardirq.h>#include <asm/softirq.h>#include <asm/kmap_types.h>Go to the source code of this file.
Functions | |
| struct crypto_alg * | crypto_alg_lookup (const char *name) |
| int | crypto_init_digest_flags (struct crypto_tfm *tfm, u32 flags) |
| int | crypto_init_cipher_flags (struct crypto_tfm *tfm, u32 flags) |
| int | crypto_init_compress_flags (struct crypto_tfm *tfm, u32 flags) |
| int | crypto_init_digest_ops (struct crypto_tfm *tfm) |
| int | crypto_init_cipher_ops (struct crypto_tfm *tfm) |
| int | crypto_init_compress_ops (struct crypto_tfm *tfm) |
| void | crypto_exit_digest_ops (struct crypto_tfm *tfm) |
| void | crypto_exit_cipher_ops (struct crypto_tfm *tfm) |
| void | crypto_exit_compress_ops (struct crypto_tfm *tfm) |
|
read |
| void crypto_exit_cipher_ops | ( | struct crypto_tfm * | tfm | ) |
| void crypto_exit_compress_ops | ( | struct crypto_tfm * | tfm | ) |
Definition at line 46 of file compress.c.
| void crypto_exit_digest_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 | ) |
| 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 36 of file compress.c.
| int crypto_init_digest_flags | ( | struct crypto_tfm * | tfm, |
| u32 | flags | ||
| ) |
| int crypto_init_digest_ops | ( | struct crypto_tfm * | tfm | ) |
1.8.2