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

#include <rtl_crypto.h>

Data Fields

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

Detailed Description

Definition at line 173 of file rtl_crypto.h.

Field Documentation

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

Definition at line 174 of file rtl_crypto.h.

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

Definition at line 177 of file rtl_crypto.h.


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