#include <Digest.h>
Public Member Functions | |
void | append (std::string const &s) |
void | append (const char *data, size_t size) |
Digest () | |
Digest (std::string const &s) | |
MD5Result | digest () const |
Private Attributes | |
md5_state_t | state_ |
cms::Digest::Digest | ( | ) |
Definition at line 169 of file Digest.cc.
References md5_init(), and state_.
|
explicit |
Definition at line 175 of file Digest.cc.
References append(), md5_init(), and state_.
void cms::Digest::append | ( | std::string const & | s | ) |
Definition at line 182 of file Digest.cc.
References data, md5_append(), and state_.
Referenced by Digest(), BeautifulSoup.Tag::setString(), edm::ParameterSetEntry::toDigest(), edm::VParameterSetEntry::toDigest(), edm::ParameterSet::toDigest(), edm::Entry::toDigest(), and edm::hash_detail::toDigest_().
void cms::Digest::append | ( | const char * | data, |
size_t | size | ||
) |
Definition at line 188 of file Digest.cc.
References data, md5_append(), alignCSCRings::s, and state_.
Referenced by BeautifulSoup.Tag::setString().
MD5Result cms::Digest::digest | ( | ) | const |
Definition at line 194 of file Digest.cc.
References cms::MD5Result::bytes, md5_finish(), and state_.
Referenced by edm::ParameterSet::calculateID(), dumpInitHeader(), edm::ParameterSet::emptyParameterSetID(), edm::ProcessConfiguration::id(), edm::Parentage::id(), edm::EventEntryDescription::id(), edm::ProcessHistory::id(), DQMRootOutputModule::openFile(), edm::ParameterSet::registerFromString(), and edm::RootOutputFile::RootOutputFile().