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

Data Fields

struct devicejrdev
 
u32 sh_desc_enc [DESC_MAX_USED_LEN]
 
u32 sh_desc_dec [DESC_MAX_USED_LEN]
 
u32 sh_desc_givenc [DESC_MAX_USED_LEN]
 
dma_addr_t sh_desc_enc_dma
 
dma_addr_t sh_desc_dec_dma
 
dma_addr_t sh_desc_givenc_dma
 
u32 class1_alg_type
 
u32 class2_alg_type
 
u32 alg_op
 
u8 key [CAAM_MAX_KEY_SIZE]
 
dma_addr_t key_dma
 
unsigned int enckeylen
 
unsigned int split_key_len
 
unsigned int split_key_pad_len
 
unsigned int authsize
 

Detailed Description

Definition at line 166 of file caamalg.c.

Field Documentation

u32 alg_op

Definition at line 176 of file caamalg.c.

unsigned int authsize

Definition at line 182 of file caamalg.c.

u32 class1_alg_type

Definition at line 174 of file caamalg.c.

u32 class2_alg_type

Definition at line 175 of file caamalg.c.

unsigned int enckeylen

Definition at line 179 of file caamalg.c.

struct device* jrdev

Definition at line 167 of file caamalg.c.

Definition at line 177 of file caamalg.c.

dma_addr_t key_dma

Definition at line 178 of file caamalg.c.

u32 sh_desc_dec[DESC_MAX_USED_LEN]

Definition at line 169 of file caamalg.c.

dma_addr_t sh_desc_dec_dma

Definition at line 172 of file caamalg.c.

u32 sh_desc_enc[DESC_MAX_USED_LEN]

Definition at line 168 of file caamalg.c.

dma_addr_t sh_desc_enc_dma

Definition at line 171 of file caamalg.c.

u32 sh_desc_givenc[DESC_MAX_USED_LEN]

Definition at line 170 of file caamalg.c.

dma_addr_t sh_desc_givenc_dma

Definition at line 173 of file caamalg.c.

unsigned int split_key_len

Definition at line 180 of file caamalg.c.

unsigned int split_key_pad_len

Definition at line 181 of file caamalg.c.


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