Home --> Documentations --> PJLIB-UTIL Reference
Go to the documentation of this file.
19#ifndef __PJLIB_UTIL_SHA1_H__
20#define __PJLIB_UTIL_SHA1_H__
46#define PJ_SHA1_DIGEST_SIZE 20
#define PJ_SHA1_DIGEST_SIZE Definition: sha1.h:46
void pj_sha1_init(pj_sha1_context *ctx)
void pj_sha1_final(pj_sha1_context *ctx, pj_uint8_t digest[20])
void pj_sha1_update(pj_sha1_context *ctx, const pj_uint8_t *data, const pj_size_t nbytes)
pj_uint32_t count[2] Definition: sha1.h:41
pj_uint8_t buffer[64] Definition: sha1.h:42
pj_uint32_t state[5] Definition: sha1.h:40
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.
|