SNMP++  3.3.4
sha.h File Reference

Go to the source code of this file.

Classes

struct  SHA_CTX
 

Functions

DLLOPT void SHAInit (SHA_CTX *ctx)
 
DLLOPT void SHAUpdate (SHA_CTX *ctx, const unsigned char *buf, unsigned int lenBuf)
 
DLLOPT void SHAFinal (unsigned char *digest, SHA_CTX *ctx)
 

Function Documentation

DLLOPT void SHAFinal ( unsigned char *  digest,
SHA_CTX ctx 
)
DLLOPT void SHAInit ( SHA_CTX ctx)
DLLOPT void SHAUpdate ( SHA_CTX ctx,
const unsigned char *  buf,
unsigned int  lenBuf 
)