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

#include <rtl_crypto.h>

Data Fields

int(* coa_init )(void *ctx)
 
void(* coa_exit )(void *ctx)
 
int(* coa_compress )(void *ctx, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen)
 
int(* coa_decompress )(void *ctx, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen)
 

Detailed Description

Definition at line 90 of file rtl_crypto.h.

Field Documentation

int(* coa_compress)(struct crypto_tfm *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen)

Definition at line 93 of file rtl_crypto.h.

int(* coa_decompress)(struct crypto_tfm *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen)

Definition at line 95 of file rtl_crypto.h.

void(* coa_exit)(void *ctx)

Definition at line 92 of file rtl_crypto.h.

int(* coa_init)(void *ctx)

Definition at line 91 of file rtl_crypto.h.


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