Linux Kernel
3.7.1
|
#include <compress.h>
Data Fields | |
int(* | compress_setup )(struct crypto_pcomp *tfm, void *params, unsigned int len) |
int(* | compress_init )(struct crypto_pcomp *tfm) |
int(* | compress_update )(struct crypto_pcomp *tfm, struct comp_request *req) |
int(* | compress_final )(struct crypto_pcomp *tfm, struct comp_request *req) |
int(* | decompress_setup )(struct crypto_pcomp *tfm, void *params, unsigned int len) |
int(* | decompress_init )(struct crypto_pcomp *tfm) |
int(* | decompress_update )(struct crypto_pcomp *tfm, struct comp_request *req) |
int(* | decompress_final )(struct crypto_pcomp *tfm, struct comp_request *req) |
struct crypto_alg | base |
Definition at line 57 of file compress.h.
struct crypto_alg base |
Definition at line 73 of file compress.h.
int(* compress_final)(struct crypto_pcomp *tfm, struct comp_request *req) |
Definition at line 63 of file compress.h.
int(* compress_init)(struct crypto_pcomp *tfm) |
Definition at line 60 of file compress.h.
Definition at line 58 of file compress.h.
int(* compress_update)(struct crypto_pcomp *tfm, struct comp_request *req) |
Definition at line 61 of file compress.h.
int(* decompress_final)(struct crypto_pcomp *tfm, struct comp_request *req) |
Definition at line 70 of file compress.h.
int(* decompress_init)(struct crypto_pcomp *tfm) |
Definition at line 67 of file compress.h.
Definition at line 65 of file compress.h.
int(* decompress_update)(struct crypto_pcomp *tfm, struct comp_request *req) |
Definition at line 68 of file compress.h.