Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Member Functions | Data Fields
atmel_sha_reqctx Struct Reference

Public Member Functions

u8 digest[SHA256_DIGEST_SIZE__aligned (sizeof(u32))
 
u8 buffer[0] __aligned (sizeof(u32))
 

Data Fields

struct atmel_sha_devdd
 
unsigned long flags
 
unsigned long op
 
size_t digcnt
 
size_t bufcnt
 
size_t buflen
 
dma_addr_t dma_addr
 
struct scatterlistsg
 
unsigned int offset
 
unsigned int total
 

Detailed Description

Definition at line 71 of file atmel-sha.c.

Member Function Documentation

u8 digest [SHA256_DIGEST_SIZE] __aligned ( sizeof(u32 )
u8 buffer [0] __aligned ( sizeof(u32 )

Field Documentation

size_t bufcnt

Definition at line 78 of file atmel-sha.c.

size_t buflen

Definition at line 79 of file atmel-sha.c.

Definition at line 72 of file atmel-sha.c.

size_t digcnt

Definition at line 77 of file atmel-sha.c.

dma_addr_t dma_addr

Definition at line 80 of file atmel-sha.c.

unsigned long flags

Definition at line 73 of file atmel-sha.c.

unsigned int offset

Definition at line 84 of file atmel-sha.c.

unsigned long op

Definition at line 74 of file atmel-sha.c.

Definition at line 83 of file atmel-sha.c.

unsigned int total

Definition at line 85 of file atmel-sha.c.


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