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

#include <hash.h>

Data Fields

int(* init )(struct ahash_request *req)
 
int(* update )(struct ahash_request *req)
 
int(* final )(struct ahash_request *req)
 
int(* finup )(struct ahash_request *req)
 
int(* digest )(struct ahash_request *req)
 
int(* export )(struct ahash_request *req, void *out)
 
int(* import )(struct ahash_request *req, const void *in)
 
int(* setkey )(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen)
 
unsigned int reqsize
 
struct crypto_tfm base
 

Detailed Description

Definition at line 85 of file hash.h.

Field Documentation

Definition at line 97 of file hash.h.

int(* digest)(struct ahash_request *req)

Definition at line 90 of file hash.h.

Definition at line 91 of file hash.h.

Definition at line 88 of file hash.h.

Definition at line 89 of file hash.h.

Definition at line 92 of file hash.h.

Definition at line 86 of file hash.h.

unsigned int reqsize

Definition at line 96 of file hash.h.

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

Definition at line 93 of file hash.h.

int(* update)(struct ahash_request *req)

Definition at line 87 of file hash.h.


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