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

#include <crypto.h>

Data Fields

int(* setkey )(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen)
 
int(* encrypt )(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes)
 
int(* decrypt )(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes)
 
const chargeniv
 
unsigned int min_keysize
 
unsigned int max_keysize
 
unsigned int ivsize
 

Detailed Description

Definition at line 231 of file crypto.h.

Field Documentation

Definition at line 237 of file crypto.h.

Definition at line 234 of file crypto.h.

const char* geniv

Definition at line 241 of file crypto.h.

unsigned int ivsize

Definition at line 245 of file crypto.h.

unsigned int max_keysize

Definition at line 244 of file crypto.h.

unsigned int min_keysize

Definition at line 243 of file crypto.h.

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

Definition at line 232 of file crypto.h.


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