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

#include <hash_alg.h>

Data Fields

struct af_alg_sgl sgl
 
u8result
 
struct af_alg_completion completion
 
unsigned int len
 
bool more
 
struct ahash_request req
 
u8key
 
u32 keylen
 
struct hash_config config
 
int digestsize
 
struct hash_device_datadevice
 

Detailed Description

struct hash_ctx - The context used for hash calculations. : The key used in the operation. : The length of the key. : The state of the current calculations. : The current configuration. : The size of current digest. : Pointer to the device structure.

Definition at line 24 of file algif_hash.c.

Field Documentation

Definition at line 29 of file algif_hash.c.

Definition at line 330 of file hash_alg.h.

Definition at line 332 of file hash_alg.h.

int digestsize

Definition at line 331 of file hash_alg.h.

u8* key

Definition at line 328 of file hash_alg.h.

u32 keylen

Definition at line 329 of file hash_alg.h.

unsigned int len

Definition at line 31 of file algif_hash.c.

bool more

Definition at line 32 of file algif_hash.c.

Definition at line 34 of file algif_hash.c.

u8* result

Definition at line 27 of file algif_hash.c.

Definition at line 25 of file algif_hash.c.


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