Public Member Functions | |
P () | |
~P () | |
bool | maybeInit () |
void | cleanup () |
Public Attributes | |
EVP_MD_CTX | mdctx |
const EVP_MD * | md |
unsigned char | md_value [EVP_MAX_MD_SIZE] |
unsigned | md_len |
bool | initialized: 1 |
bool | finalized: 1 |
std::string | name |
Static Public Attributes | |
static bool | openssl_digests_added = false |
Private Member Functions | |
P (const P &p) | |
const P & | operator= (const P &p) |
Definition at line 40 of file Digest.cc.
|
|
|
|
|
Definition at line 76 of file Digest.cc. References cleanup(). |
|
|
|
Definition at line 81 of file Digest.cc. References initialized, md, md_len, md_value, mdctx, name, and openssl_digests_added. Referenced by zypp::Digest::create(), zypp::Digest::digest(), and zypp::Digest::update(). |
|
Definition at line 108 of file Digest.cc. References initialized, and mdctx. Referenced by zypp::Digest::create(), zypp::Digest::update(), and ~P(). |
|
Definition at line 48 of file Digest.cc. Referenced by cleanup(), zypp::Digest::digest(), maybeInit(), and zypp::Digest::update(). |
|
Definition at line 50 of file Digest.cc. Referenced by maybeInit(). |
|
Definition at line 51 of file Digest.cc. Referenced by zypp::Digest::digest(), and maybeInit(). |
|
Definition at line 52 of file Digest.cc. Referenced by zypp::Digest::digest(), and maybeInit(). |
|
Definition at line 54 of file Digest.cc. Referenced by cleanup(), zypp::Digest::create(), and maybeInit(). |
|
Definition at line 55 of file Digest.cc. Referenced by zypp::Digest::digest(), and zypp::Digest::update(). |
|
Definition at line 56 of file Digest.cc. Referenced by maybeInit(). |
|
Definition at line 58 of file Digest.cc. Referenced by zypp::Digest::create(), maybeInit(), and zypp::Digest::name(). |