Go to the documentation of this file. 34 #if !defined(_USE_LIBTOMCRYPT) && !defined(_USE_OPENSSL) 48 #ifdef SNMP_PP_NAMESPACE 54 unsigned long int h[5];
56 unsigned long int count[2];
63 DLLOPT int SHAInit(SHA_CTX *ctx);
64 DLLOPT int SHAUpdate(SHA_CTX *ctx,
const unsigned char *buf,
unsigned int lenBuf);
65 DLLOPT int SHAFinal(
unsigned char *digest, SHA_CTX *ctx);
67 #ifdef SNMP_PP_NAMESPACE 71 #endif // !defined(_USE_LIBTOMCRYPT) && !defined(_USE_OPENSSL) 73 #endif // _SNMP_SHA_H_