libzypp
10.5.0
|
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) |
zypp::Digest::P::P | ( | const P & | p | ) | [private] |
EVP_MD_CTX zypp::Digest::P::mdctx |
const EVP_MD* zypp::Digest::P::md |
unsigned char zypp::Digest::P::md_value[EVP_MAX_MD_SIZE] |
unsigned zypp::Digest::P::md_len |
bool zypp::Digest::P::openssl_digests_added = false [static] |
std::string zypp::Digest::P::name |