Process Hacker
|
Go to the source code of this file.
Data Structures | |
struct | sha256_context |
Macros | |
#define | uint8 unsigned char |
#define | uint32 unsigned long int |
Functions | |
void | sha256_starts (sha256_context *ctx) |
void | sha256_update (sha256_context *ctx, uint8 *input, uint32 length) |
void | sha256_finish (sha256_context *ctx, uint8 digest[32]) |
void sha256_finish | ( | sha256_context * | ctx, |
uint8 | digest[32] | ||
) |
void sha256_starts | ( | sha256_context * | ctx | ) |
void sha256_update | ( | sha256_context * | ctx, |
uint8 * | input, | ||
uint32 | length | ||
) |