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

Data Fields

struct devicejrdev
 
u32 sh_desc_update [DESC_HASH_MAX_USED_LEN]
 
u32 sh_desc_update_first [DESC_HASH_MAX_USED_LEN]
 
u32 sh_desc_fin [DESC_HASH_MAX_USED_LEN]
 
u32 sh_desc_digest [DESC_HASH_MAX_USED_LEN]
 
u32 sh_desc_finup [DESC_HASH_MAX_USED_LEN]
 
dma_addr_t sh_desc_update_dma
 
dma_addr_t sh_desc_update_first_dma
 
dma_addr_t sh_desc_fin_dma
 
dma_addr_t sh_desc_digest_dma
 
dma_addr_t sh_desc_finup_dma
 
u32 alg_type
 
u32 alg_op
 
u8 key [CAAM_MAX_HASH_KEY_SIZE]
 
dma_addr_t key_dma
 
int ctx_len
 
unsigned int split_key_len
 
unsigned int split_key_pad_len
 

Detailed Description

Definition at line 102 of file caamhash.c.

Field Documentation

u32 alg_op

Definition at line 115 of file caamhash.c.

u32 alg_type

Definition at line 114 of file caamhash.c.

int ctx_len

Definition at line 118 of file caamhash.c.

struct device* jrdev

Definition at line 103 of file caamhash.c.

Definition at line 116 of file caamhash.c.

dma_addr_t key_dma

Definition at line 117 of file caamhash.c.

u32 sh_desc_digest[DESC_HASH_MAX_USED_LEN]

Definition at line 107 of file caamhash.c.

dma_addr_t sh_desc_digest_dma

Definition at line 112 of file caamhash.c.

Definition at line 106 of file caamhash.c.

dma_addr_t sh_desc_fin_dma

Definition at line 111 of file caamhash.c.

u32 sh_desc_finup[DESC_HASH_MAX_USED_LEN]

Definition at line 108 of file caamhash.c.

dma_addr_t sh_desc_finup_dma

Definition at line 113 of file caamhash.c.

u32 sh_desc_update[DESC_HASH_MAX_USED_LEN]

Definition at line 104 of file caamhash.c.

dma_addr_t sh_desc_update_dma

Definition at line 109 of file caamhash.c.

u32 sh_desc_update_first[DESC_HASH_MAX_USED_LEN]

Definition at line 105 of file caamhash.c.

dma_addr_t sh_desc_update_first_dma

Definition at line 110 of file caamhash.c.

unsigned int split_key_len

Definition at line 119 of file caamhash.c.

unsigned int split_key_pad_len

Definition at line 120 of file caamhash.c.


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