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

#include <rtl_crypto.h>

Data Fields

unsigned int cia_min_keysize
 
unsigned int cia_max_keysize
 
int(* cia_setkey )(void *ctx, const u8 *key, unsigned int keylen, u32 *flags)
 
void(* cia_encrypt )(void *ctx, u8 *dst, const u8 *src)
 
void(* cia_decrypt )(void *ctx, u8 *dst, const u8 *src)
 

Detailed Description

Definition at line 72 of file rtl_crypto.h.

Field Documentation

void(* cia_decrypt)(struct crypto_tfm *tfm, u8 *dst, const u8 *src)

Definition at line 78 of file rtl_crypto.h.

void(* cia_encrypt)(struct crypto_tfm *tfm, u8 *dst, const u8 *src)

Definition at line 77 of file rtl_crypto.h.

unsigned int cia_max_keysize

Definition at line 74 of file rtl_crypto.h.

unsigned int cia_min_keysize

Definition at line 73 of file rtl_crypto.h.

int(* cia_setkey)(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen)

Definition at line 75 of file rtl_crypto.h.


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