Go to the source code of this file.
Macros | |
#define | ROTATE(a, n) (((a)<<(n))|(((a)&0xffffffff)>>(32-(n)))) |
#define | MD32_REG_T int |
Functions | |
int | HASH_UPDATE (HASH_CTX *c, const void *data_, size_t len) |
void | HASH_TRANSFORM (HASH_CTX *c, const unsigned char *data) |
int | HASH_FINAL (unsigned char *md, HASH_CTX *c) |
#define MD32_REG_T int |
Definition at line 413 of file md32_common.h.
Definition at line 193 of file md32_common.h.
int HASH_FINAL | ( | unsigned char * | md, |
HASH_CTX * | c | ||
) |
Definition at line 347 of file md32_common.h.
Definition at line 341 of file md32_common.h.
Definition at line 282 of file md32_common.h.