|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdint.h>#include <string.h>
Go to the source code of this file.
Classes | |
| struct | buffer_state |
Macros | |
| #define | CHUNK_SIZE 64 |
| #define | TOTAL_LEN_LEN 8 |
Functions | |
| static uint32_t | right_rot (uint32_t value, unsigned int count) |
| static void | init_buf_state (struct buffer_state *state, const void *input, size_t len) |
| static int | calc_chunk (uint8_t chunk[CHUNK_SIZE], struct buffer_state *state) |
| void | calc_sha256 (uint8_t *hash, const void *input, size_t len) |
Variables | |
| static const uint32_t | k [] |
|
static |
Definition at line 62 of file sha256.c.
Referenced by calc_sha256().
Definition at line 126 of file sha256.c.
Referenced by calc_superblock_checksum(), calc_thread_main(), calc_tree_checksum(), check_sector_csum(), check_superblock_checksum(), check_tree_checksum(), get_sector_csum(), and get_tree_checksum().
Definition at line 43 of file sha256.c.
Referenced by calc_sha256().