zypp::Digest::P Class Reference

List of all members.

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 Poperator= (const P &p)


Detailed Description

Definition at line 51 of file Digest.cc.


Constructor & Destructor Documentation

zypp::Digest::P::P ( const P p  )  [private]

zypp::Digest::P::P (  ) 

Definition at line 80 of file Digest.cc.

zypp::Digest::P::~P (  ) 

Definition at line 87 of file Digest.cc.

References cleanup().


Member Function Documentation

const P& zypp::Digest::P::operator= ( const P p  )  [private]

bool zypp::Digest::P::maybeInit (  )  [inline]

void zypp::Digest::P::cleanup (  )  [inline]

Definition at line 118 of file Digest.cc.

References initialized, and mdctx.

Referenced by zypp::Digest::create(), zypp::Digest::update(), and ~P().


Member Data Documentation

Definition at line 59 of file Digest.cc.

Referenced by cleanup(), zypp::Digest::digest(), maybeInit(), and zypp::Digest::update().

const EVP_MD* zypp::Digest::P::md

Definition at line 61 of file Digest.cc.

Referenced by maybeInit().

unsigned char zypp::Digest::P::md_value[EVP_MAX_MD_SIZE]

Definition at line 62 of file Digest.cc.

Referenced by zypp::Digest::digest(), and maybeInit().

Definition at line 63 of file Digest.cc.

Referenced by zypp::Digest::digest(), and maybeInit().

Definition at line 65 of file Digest.cc.

Referenced by cleanup(), zypp::Digest::create(), and maybeInit().

Definition at line 66 of file Digest.cc.

Referenced by zypp::Digest::digest(), and zypp::Digest::update().

Definition at line 67 of file Digest.cc.

Referenced by maybeInit().

std::string zypp::Digest::P::name

Definition at line 69 of file Digest.cc.

Referenced by zypp::Digest::create(), maybeInit(), and zypp::Digest::name().


The documentation for this class was generated from the following file:

doxygen