|
Linux Kernel
3.7.1
|
#include <linux/crypto.h>#include <linux/errno.h>#include <linux/module.h>#include <linux/seq_file.h>#include <linux/string.h>#include <linux/cryptouser.h>#include <net/netlink.h>#include <crypto/compress.h>#include <crypto/internal/compress.h>#include "internal.h"Go to the source code of this file.
Functions | |
| struct crypto_pcomp * | crypto_alloc_pcomp (const char *alg_name, u32 type, u32 mask) |
| EXPORT_SYMBOL_GPL (crypto_alloc_pcomp) | |
| int | crypto_register_pcomp (struct pcomp_alg *alg) |
| EXPORT_SYMBOL_GPL (crypto_register_pcomp) | |
| int | crypto_unregister_pcomp (struct pcomp_alg *alg) |
| EXPORT_SYMBOL_GPL (crypto_unregister_pcomp) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_DESCRIPTION ("Partial (de)compression type") | |
| MODULE_AUTHOR ("Sony Corporation") | |
Definition at line 94 of file pcompress.c.
Definition at line 101 of file pcompress.c.
Definition at line 113 of file pcompress.c.
| EXPORT_SYMBOL_GPL | ( | crypto_alloc_pcomp | ) |
| EXPORT_SYMBOL_GPL | ( | crypto_register_pcomp | ) |
| EXPORT_SYMBOL_GPL | ( | crypto_unregister_pcomp | ) |
| MODULE_AUTHOR | ( | "Sony Corporation" | ) |
| MODULE_DESCRIPTION | ( | "Partial (de)compression type" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2