jigdo API
Last update by Admin on 2010-05-23
util/glibc-md5.hh File Reference
#include <stdio.h>Go to the source code of this file.
Defines | |
| #define | _MD5_H 1 |
| #define | UINT_MAX_32_BITS 0xFFFFFFFF |
| #define | UINT_MAX UINT_MAX_32_BITS |
| #define | __P(x) () |
Typedefs | |
| typedef unsigned int | md5_uint32 |
| typedef unsigned long int | md5_uintptr |
Functions | |
| void md5_init_ctx | __P ((struct md5_ctx *ctx)) |
| void md5_process_block | __P ((const void *buffer, size_t len, struct md5_ctx *ctx)) |
| void *md5_finish_ctx | __P ((struct md5_ctx *ctx, void *resbuf)) |
| void *md5_read_ctx | __P ((const struct md5_ctx *ctx, void *resbuf)) |
Define Documentation
| #define __P | ( | x | ) | () |
| #define _MD5_H 1 |
| #define UINT_MAX UINT_MAX_32_BITS |
| #define UINT_MAX_32_BITS 0xFFFFFFFF |
Typedef Documentation
| typedef unsigned int md5_uint32 |
| typedef unsigned long int md5_uintptr |
Function Documentation
| void* md5_read_ctx __P | ( | (const struct md5_ctx *ctx, void *resbuf) | ) |
| void* md5_finish_ctx __P | ( | (struct md5_ctx *ctx, void *resbuf) | ) |
| void md5_process_bytes __P | ( | (const void *buffer, size_t len, struct md5_ctx *ctx) | ) |
| void md5_init_ctx __P | ( | (struct md5_ctx *ctx) | ) |
Generated on Tue Sep 23 14:27:42 2008 for jigdo by
1.5.6