|
Linux Kernel
3.7.1
|
#include <linux/crypto.h>Go to the source code of this file.
Data Structures | |
| struct | comp_request |
| struct | crypto_pcomp |
| struct | pcomp_alg |
Macros | |
| #define | ZLIB_COMP_MAX (__ZLIB_COMP_MAX - 1) |
| #define | ZLIB_DECOMP_MAX (__ZLIB_DECOMP_MAX - 1) |
Enumerations | |
| enum | zlib_comp_params { ZLIB_COMP_LEVEL = 1, ZLIB_COMP_METHOD, ZLIB_COMP_WINDOWBITS, ZLIB_COMP_MEMLEVEL, ZLIB_COMP_STRATEGY, __ZLIB_COMP_MAX } |
| enum | zlib_decomp_params { ZLIB_DECOMP_WINDOWBITS = 1, __ZLIB_DECOMP_MAX } |
Functions | |
| struct crypto_pcomp * | crypto_alloc_pcomp (const char *alg_name, u32 type, u32 mask) |
| #define ZLIB_COMP_MAX (__ZLIB_COMP_MAX - 1) |
Definition at line 42 of file compress.h.
| #define ZLIB_DECOMP_MAX (__ZLIB_DECOMP_MAX - 1) |
Definition at line 50 of file compress.h.
| enum zlib_comp_params |
| ZLIB_COMP_LEVEL | |
| ZLIB_COMP_METHOD | |
| ZLIB_COMP_WINDOWBITS | |
| ZLIB_COMP_MEMLEVEL | |
| ZLIB_COMP_STRATEGY | |
| __ZLIB_COMP_MAX |
Definition at line 33 of file compress.h.
| enum zlib_decomp_params |
Definition at line 45 of file compress.h.
Definition at line 94 of file pcompress.c.
1.8.2