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);
65 int Update(
const char *b,
int l);
Definition: XrdCryptoMsgDigest.hh:46
Definition: XrdCryptosslMsgDigest.hh:46
EVP_MD_CTX * mdctx
Definition: XrdCryptosslMsgDigest.hh:50
int Init(const char *dgst)
int Update(const char *b, int l)
static bool IsSupported(const char *dgst)
bool IsValid()
Definition: XrdCryptosslMsgDigest.hh:59
int Reset(const char *dgst=0)
virtual ~XrdCryptosslMsgDigest()
XrdCryptosslMsgDigest(const char *dgst)
bool valid
Definition: XrdCryptosslMsgDigest.hh:49