BLOG | DOCUMENTATION | GITHUB

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

hmac_md5.h File Reference

HMAC MD5 Message Authentication. More...

Go to the source code of this file.

Data Structures

struct  pj_hmac_md5_context
 

Functions

void pj_hmac_md5 (const pj_uint8_t *input, unsigned input_len, const pj_uint8_t *key, unsigned key_len, pj_uint8_t digest[16])
 
void pj_hmac_md5_init (pj_hmac_md5_context *hctx, const pj_uint8_t *key, unsigned key_len)
 
void pj_hmac_md5_update (pj_hmac_md5_context *hctx, const pj_uint8_t *input, unsigned input_len)
 
void pj_hmac_md5_final (pj_hmac_md5_context *hctx, pj_uint8_t digest[16])
 

Detailed Description

HMAC MD5 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.