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

#include <hash_alg.h>

Data Fields

struct hash_state state
 
bool dma_mode
 
u8 updated
 

Detailed Description

struct hash_ctx - The request context used for hash calculations. : The state of the current calculations. : Used in special cases (workaround), e.g. need to change to cpu mode, if not supported/working in dma mode. : Indicates if hardware is initialized for new operations.

Definition at line 342 of file hash_alg.h.

Field Documentation

bool dma_mode

Definition at line 344 of file hash_alg.h.

Definition at line 343 of file hash_alg.h.

u8 updated

Definition at line 345 of file hash_alg.h.


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