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

#include <crypto.h>

Data Fields

voidiv
 
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)
 

Detailed Description

Definition at line 361 of file crypto.h.

Field Documentation

Definition at line 367 of file crypto.h.

Definition at line 365 of file crypto.h.

void* iv

Definition at line 362 of file crypto.h.

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

Definition at line 363 of file crypto.h.


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