#include <stdint.h>
Go to the source code of this file.
Classes | |
struct | SHA1Context |
Macros | |
#define | _SHA_enum_ |
#define | SHA1HashSize 20 |
Enumerations | |
enum | { shaSuccess = 0, shaNull, shaInputTooLong, shaStateError } |
Functions | |
int | SHA1Reset (SHA1Context *) |
int | SHA1Input (SHA1Context *, const uint8_t *, unsigned int) |
int | SHA1Result (SHA1Context *, uint8_t Message_Digest[SHA1HashSize]) |
#define _SHA_enum_ |
#define SHA1HashSize 20 |
int SHA1Input | ( | SHA1Context * | , |
const uint8_t * | , | ||
unsigned int | |||
) |
int SHA1Reset | ( | SHA1Context * | ) |
int SHA1Result | ( | SHA1Context * | , |
uint8_t | Message_Digest[SHA1HashSize] | ||
) |