|
libzypp
9.1.2
|
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] |
| bool zypp::Digest::P::maybeInit | ( | ) | [inline] |
Definition at line 92 of file Digest.cc.
References zypp::Digest::name().
Referenced by zypp::Digest::create(), zypp::Digest::digest(), zypp::Digest::digestVector(), and zypp::Digest::update().
| void zypp::Digest::P::cleanup | ( | ) | [inline] |
Definition at line 118 of file Digest.cc.
Referenced by zypp::Digest::create(), and zypp::Digest::update().
| EVP_MD_CTX zypp::Digest::P::mdctx |
Definition at line 59 of file Digest.cc.
Referenced by zypp::Digest::digest(), zypp::Digest::digestVector(), zypp::Digest::reset(), and zypp::Digest::update().
| const EVP_MD* zypp::Digest::P::md |
Definition at line 61 of file Digest.cc.
Referenced by zypp::Digest::reset().
| unsigned char zypp::Digest::P::md_value[EVP_MAX_MD_SIZE] |
Definition at line 62 of file Digest.cc.
Referenced by zypp::Digest::digest(), zypp::Digest::digestVector(), and zypp::Digest::reset().
| unsigned zypp::Digest::P::md_len |
Definition at line 63 of file Digest.cc.
Referenced by zypp::Digest::digest(), zypp::Digest::digestVector(), and zypp::Digest::reset().
Definition at line 65 of file Digest.cc.
Referenced by zypp::Digest::create(), and zypp::Digest::reset().
Definition at line 66 of file Digest.cc.
Referenced by zypp::Digest::digest(), zypp::Digest::digestVector(), zypp::Digest::reset(), and zypp::Digest::update().
bool zypp::Digest::P::openssl_digests_added = false [static] |
| std::string zypp::Digest::P::name |
Definition at line 69 of file Digest.cc.
Referenced by zypp::Digest::create(), and zypp::Digest::name().
1.7.6.1