Home --> Documentations --> PJLIB-UTIL Reference
Go to the documentation of this file.
19#ifndef __PJLIB_UTIL_MD5_H__
20#define __PJLIB_UTIL_MD5_H__
void pj_md5_update(pj_md5_context *pms, const pj_uint8_t *data, unsigned nbytes)
void pj_md5_final(pj_md5_context *pms, pj_uint8_t digest[16])
void pj_md5_init(pj_md5_context *pms)
pj_uint32_t bits[2] Definition: md5.h:42
pj_uint8_t in[64] Definition: md5.h:43
pj_uint32_t buf[4] Definition: md5.h:41
PJLIB-UTIL Open Source, small footprint, and portable asynchronous/caching DNS resolver, text scanner, STUN client, and XML library
Copyright (C) 2006-2009 Teluu Inc.
|