|
Linux Kernel
3.7.1
|
#include <hash_alg.h>
Data Fields | |
| struct af_alg_sgl | sgl |
| u8 * | result |
| struct af_alg_completion | completion |
| unsigned int | len |
| bool | more |
| struct ahash_request | req |
| u8 * | key |
| u32 | keylen |
| struct hash_config | config |
| int | digestsize |
| struct hash_device_data * | device |
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.
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.
| struct ahash_request req |
Definition at line 34 of file algif_hash.c.
| u8* result |
Definition at line 27 of file algif_hash.c.
| struct af_alg_sgl sgl |
Definition at line 25 of file algif_hash.c.
1.8.2