Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
pcomp_alg Struct Reference

#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
 

Detailed Description

Definition at line 57 of file compress.h.

Field Documentation

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.

int(* compress_setup)(struct crypto_pcomp *tfm, void *params, unsigned int len)

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.

int(* decompress_setup)(struct crypto_pcomp *tfm, void *params, unsigned int len)

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.


The documentation for this struct was generated from the following file: