BLOG | DOCUMENTATION | GITHUB

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

hmac_sha1.h File Reference

HMAC SHA1 Message Authentication. More...

Go to the source code of this file.

Data Structures

struct  pj_hmac_sha1_context
 

Functions

void pj_hmac_sha1 (const pj_uint8_t *input, unsigned input_len, const pj_uint8_t *key, unsigned key_len, pj_uint8_t digest[20])
 
void pj_hmac_sha1_init (pj_hmac_sha1_context *hctx, const pj_uint8_t *key, unsigned key_len)
 
void pj_hmac_sha1_update (pj_hmac_sha1_context *hctx, const pj_uint8_t *input, unsigned input_len)
 
void pj_hmac_sha1_final (pj_hmac_sha1_context *hctx, pj_uint8_t digest[20])
 

Detailed Description

HMAC SHA1 Message Authentication.

 


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.