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

Data Fields

dma_addr_t buf_dma
 
dma_addr_t ctx_dma
 
u8 buf_0[CAAM_MAX_HASH_BLOCK_SIZE____cacheline_aligned
 
int buflen_0
 
u8 buf_1[CAAM_MAX_HASH_BLOCK_SIZE____cacheline_aligned
 
int buflen_1
 
u8 caam_ctx [MAX_CTX_LEN]
 
int(* update )(struct ahash_request *req)
 
int(* final )(struct ahash_request *req)
 
int(* finup )(struct ahash_request *req)
 
int current_buf
 

Detailed Description

Definition at line 124 of file caamhash.c.

Field Documentation

Definition at line 127 of file caamhash.c.

Definition at line 129 of file caamhash.c.

dma_addr_t buf_dma

Definition at line 125 of file caamhash.c.

int buflen_0

Definition at line 128 of file caamhash.c.

int buflen_1

Definition at line 130 of file caamhash.c.

Definition at line 131 of file caamhash.c.

dma_addr_t ctx_dma

Definition at line 126 of file caamhash.c.

int current_buf

Definition at line 135 of file caamhash.c.

Definition at line 133 of file caamhash.c.

Definition at line 134 of file caamhash.c.

int(* update)(struct ahash_request *req)

Definition at line 132 of file caamhash.c.


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