|
Linux Kernel
3.7.1
|
#include <hash_alg.h>
Data Fields | |
| struct hash_state | state |
| bool | dma_mode |
| u8 | updated |
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.
| 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.
1.8.2