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

#include <crypto.h>

Data Fields

int(* setkey )(struct crypto_ablkcipher *tfm, const u8 *key, unsigned int keylen)
 
int(* encrypt )(struct ablkcipher_request *req)
 
int(* decrypt )(struct ablkcipher_request *req)
 
int(* givencrypt )(struct skcipher_givcrypt_request *req)
 
int(* givdecrypt )(struct skcipher_givcrypt_request *req)
 
struct crypto_ablkcipherbase
 
unsigned int ivsize
 
unsigned int reqsize
 

Detailed Description

Definition at line 332 of file crypto.h.

Field Documentation

Definition at line 340 of file crypto.h.

Definition at line 336 of file crypto.h.

Definition at line 335 of file crypto.h.

Definition at line 338 of file crypto.h.

Definition at line 337 of file crypto.h.

unsigned int ivsize

Definition at line 342 of file crypto.h.

unsigned int reqsize

Definition at line 343 of file crypto.h.

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

Definition at line 333 of file crypto.h.


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