Linux Kernel
3.7.1
|
#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) |
Definition at line 90 of file rtl_crypto.h.
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.
Definition at line 92 of file rtl_crypto.h.
Definition at line 91 of file rtl_crypto.h.