CernVM-FS
2.12.0
|
#include <compat.h>
Public Member Functions | |
unsigned | GetDigestSize () const |
unsigned | GetHexSize () const |
Digest () | |
Digest (const Algorithms a, const unsigned char *digest_buffer, const unsigned buffer_size) | |
std::string | ToString () const |
bool | IsNull () const |
bool | operator== (const Digest< digest_size_, algorithm_ > &other) const |
bool | operator!= (const Digest< digest_size_, algorithm_ > &other) const |
bool | operator< (const Digest< digest_size_, algorithm_ > &other) const |
bool | operator> (const Digest< digest_size_, algorithm_ > &other) const |
Public Attributes | |
unsigned char | digest [digest_size_] |
Algorithms | algorithm |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 49 of file compat.h.
Referenced by compat::shash_v1::Digest< 16, kMd5 >::ToString().
|
inline |
Definition at line 87 of file compat.h.
Referenced by compat::inode_tracker_v3::PathStore::Lookup().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Algorithms compat::shash_v1::Digest< digest_size_, algorithm_ >::algorithm |
Definition at line 46 of file compat.h.
Referenced by compat::shash_v1::Digest< 16, kMd5 >::Digest(), compat::shash_v1::Digest< 16, kMd5 >::GetDigestSize(), compat::shash_v1::Digest< 16, kMd5 >::GetHexSize(), compat::shash_v1::Digest< 16, kMd5 >::IsNull(), compat::shash_v1::MigrateAny(), compat::shash_v1::Digest< 16, kMd5 >::operator<(), compat::shash_v1::Digest< 16, kMd5 >::operator==(), compat::shash_v1::Digest< 16, kMd5 >::operator>(), and compat::shash_v1::Digest< 16, kMd5 >::ToString().
unsigned char compat::shash_v1::Digest< digest_size_, algorithm_ >::digest[digest_size_] |
Definition at line 45 of file compat.h.
Referenced by compat::shash_v1::Digest< 16, kMd5 >::Digest(), compat::inode_tracker_v2::hasher_md5(), compat::inode_tracker_v3::hasher_md5(), compat::shash_v1::Digest< 16, kMd5 >::IsNull(), compat::shash_v1::MigrateAny(), compat::shash_v1::Digest< 16, kMd5 >::operator<(), compat::shash_v1::Digest< 16, kMd5 >::operator==(), compat::shash_v1::Digest< 16, kMd5 >::operator>(), and compat::shash_v1::Digest< 16, kMd5 >::ToString().