libzypp  15.28.6
zypp::Digest::P Class Reference

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 62 of file Digest.cc.

Constructor & Destructor Documentation

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

Definition at line 91 of file Digest.cc.

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

Definition at line 98 of file Digest.cc.

Member Function Documentation

const P& zypp::Digest::P::operator= ( const P p)
private
bool zypp::Digest::P::maybeInit ( )
inline

Definition at line 103 of file Digest.cc.

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

Definition at line 132 of file Digest.cc.

Member Data Documentation

EVP_MD_CTX zypp::Digest::P::mdctx

Definition at line 70 of file Digest.cc.

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

Definition at line 72 of file Digest.cc.

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

Definition at line 73 of file Digest.cc.

unsigned zypp::Digest::P::md_len

Definition at line 74 of file Digest.cc.

bool zypp::Digest::P::initialized

Definition at line 76 of file Digest.cc.

bool zypp::Digest::P::finalized

Definition at line 77 of file Digest.cc.

bool zypp::Digest::P::openssl_digests_added = false
static

Definition at line 78 of file Digest.cc.

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

Definition at line 80 of file Digest.cc.


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