MD5 Package Library
[Apache Core]


関数

char * ap_md5 (apr_pool_t *a, const unsigned char *string)
char * ap_md5_binary (apr_pool_t *a, const unsigned char *buf, int len)
char * ap_md5contextTo64 (apr_pool_t *p, apr_md5_ctx_t *context)
char * ap_md5digest (apr_pool_t *p, apr_file_t *infile)

関数

char* ap_md5 ( apr_pool_t a,
const unsigned char *  string 
)

Create an MD5 checksum of a given string

引数:
a Pool to allocate out of
string String to get the checksum of
戻り値:
The checksum char *ap_md5(apr_pool_t *a, const unsigned char *string)

char* ap_md5_binary ( apr_pool_t a,
const unsigned char *  buf,
int  len 
)

Create an MD5 checksum of a string of binary data

引数:
a Pool to allocate out of
buf Buffer to generate checksum for
len The length of the buffer
戻り値:
The checksum char *ap_md5_binary(apr_pool_t *a, const unsigned char *buf, int len)

char* ap_md5contextTo64 ( apr_pool_t p,
apr_md5_ctx_t context 
)

Convert an MD5 checksum into a base64 encoding

引数:
p The pool to allocate out of
context The context to convert
戻り値:
The converted encoding char *ap_md5contextTo64(apr_pool_t *p, apr_md5_ctx_t *context)

char* ap_md5digest ( apr_pool_t p,
apr_file_t infile 
)

Create an MD5 Digest for a given file

引数:
p The pool to allocate out of
infile The file to create the digest for char *ap_md5digest(apr_pool_t *p, apr_file_t *infile)


Apacheに対してSun Jul 19 22:05:28 2009に生成されました。  doxygen 1.4.7