1 #ifndef __CRYPTO_MSGDGSTSSL_H__
2 #define __CRYPTO_MSGDGSTSSL_H__
37 #include <openssl/evp.h>
52 int Init(
const char *dgst);
64 int Reset(
const char *dgst = 0);
Definition: XrdCryptoMsgDigest.hh:47
Definition: XrdCryptosslMsgDigest.hh:47
virtual ~XrdCryptosslMsgDigest()
int Reset(const char *dgst=0)
XrdCryptosslMsgDigest(const char *dgst)
EVP_MD_CTX * mdctx
Definition: XrdCryptosslMsgDigest.hh:50
bool IsValid()
Definition: XrdCryptosslMsgDigest.hh:59
static bool IsSupported(const char *dgst)
bool valid
Definition: XrdCryptosslMsgDigest.hh:49
int Init(const char *dgst)
int Update(const char *b, int l)