|
Namespaces |
| namespace | AP |
| | Architecture Platform.
|
Defines |
| #define | CYCLIC(w, s) (w = (w << s) | (w >> (32 - s))) |
| #define | FF(b, c, d) (d ^ (b & (c ^ d))) |
| #define | FG(b, c, d) FF (d, b, c) |
| #define | FH(b, c, d) (b ^ c ^ d) |
| #define | FI(b, c, d) (c ^ (b | ~d)) |
| #define | MD5_SIZE_VS_SPEED CONFIG_MD5_SIZE_VS_SPEED |
| #define | OP(f, a, b, c, d, k, s, T) |
| #define | OP(a, b, c, d, s, T) |
Functions |
| static void | md5_begin (md5_ctx_t *ctx) |
| static void * | md5_end (void *resbuf, md5_ctx_t *ctx) |
| static void | md5_hash (const void *buffer, size_t len, md5_ctx_t *ctx) |
| static void | md5_hash_block (const void *buffer, md5_ctx_t *ctx) |