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

#include <crypto.h>

Data Fields

struct crypto_tfmtfm
 
void(* crfn )(struct crypto_tfm *tfm, u8 *dst, const u8 *src)
 
unsigned int(* prfn )(const struct cipher_desc *desc, u8 *dst, const u8 *src, unsigned int nbytes)
 
voidinfo
 

Detailed Description

Definition at line 184 of file crypto.h.

Field Documentation

Definition at line 186 of file crypto.h.

void* info

Definition at line 189 of file crypto.h.

unsigned int(* prfn)(const struct cipher_desc *desc, u8 *dst, const u8 *src, unsigned int nbytes)

Definition at line 187 of file crypto.h.

Definition at line 185 of file crypto.h.


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