pjsip logo pjsip.org
Open source SIP stack and media stack for presence, im/instant messaging, and multimedia communication

HOME

SIP/media Features
High Performance SIP
Small Footprint SIP
Symbian Port

FAQ

Documentation

Licensing

Download

Development (Trac)

Projects using pjsip

Mailing List

Open Source Links


About: PJLIB, PJLIB-UTIL, PJSIP, and PJMEDIA are created by: Benny Prijono
<bennylp@pjsip.org>


 

Home --> Documentations --> PJLIB-UTIL Reference

sha1.h File Reference


Detailed Description

SHA1 encryption implementation.

Go to the source code of this file.

Data Structures

struct  pj_sha1_context

Defines

#define PJ_SHA1_DIGEST_SIZE   20

Functions

void pj_sha1_init (pj_sha1_context *ctx)
void pj_sha1_update (pj_sha1_context *ctx, const pj_uint8_t *data, const pj_size_t nbytes)
void pj_sha1_final (pj_sha1_context *ctx, pj_uint8_t digest[20])

 


PJLIB-UTIL Open Source, small footprint, and portable asynchronous/caching DNS resolver, text scanner, STUN client, and XML library
(C)2001-2008 Benny Prijono