|
cryptlib
3.4.1
|
Go to the source code of this file.
Macros | |
| #define | HASH_LBLOCK (HASH_CBLOCK/4) |
| #define | HASH_LONG_LOG2 2 |
| #define | REVERSE_FETCH32(a, l) |
| #define | ROTATE(a, n) (((a)<<(n))|(((a)&0xffffffff)>>(32-(n)))) |
Functions | |
| void | HASH_UPDATE (HASH_CTX *c, const void *data_, unsigned long len) |
| void | HASH_TRANSFORM (HASH_CTX *c, const unsigned char *data) |
| void | HASH_FINAL (unsigned char *md, HASH_CTX *c) |
| #define HASH_LBLOCK (HASH_CBLOCK/4) |
| #define REVERSE_FETCH32 | ( | a, | |
| l | |||
| ) |
1.8.2