Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | s390_sha_ctx |
Macros | |
#define | SHA_MAX_STATE_SIZE 16 |
#define | SHA_MAX_BLOCK_SIZE SHA512_BLOCK_SIZE |
Functions | |
int | s390_sha_update (struct shash_desc *desc, const u8 *data, unsigned int len) |
int | s390_sha_final (struct shash_desc *desc, u8 *out) |
#define SHA_MAX_BLOCK_SIZE SHA512_BLOCK_SIZE |
int s390_sha_final | ( | struct shash_desc * | desc, |
u8 * | out | ||
) |
Definition at line 61 of file sha_common.c.
Definition at line 21 of file sha_common.c.