libzypp 17.31.23
zypp::Digest::P Class Reference

Public Types

typedef zypp::shared_ptr< EVP_MD_CTX > EvpDataPtr
 

Public Member Functions

 P ()
 
 ~P ()
 
bool maybeInit ()
 
void cleanup ()
 

Public Attributes

EvpDataPtr mdctx
 
const EVP_MD * md
 
unsigned char md_value [EVP_MAX_MD_SIZE]
 
unsigned md_len
 
zypp::ByteCount bytesHashed
 
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 56 of file Digest.cc.

Member Typedef Documentation

◆ EvpDataPtr

typedef zypp::shared_ptr<EVP_MD_CTX> zypp::Digest::P::EvpDataPtr

Definition at line 62 of file Digest.cc.

Constructor & Destructor Documentation

◆ P() [1/2]

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

◆ P() [2/2]

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

Definition at line 89 of file Digest.cc.

◆ ~P()

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

Definition at line 95 of file Digest.cc.

Member Function Documentation

◆ operator=()

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

◆ maybeInit()

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

Definition at line 100 of file Digest.cc.

◆ cleanup()

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

Definition at line 155 of file Digest.cc.

Member Data Documentation

◆ mdctx

EvpDataPtr zypp::Digest::P::mdctx

Definition at line 66 of file Digest.cc.

◆ md

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

Definition at line 70 of file Digest.cc.

◆ md_value

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

Definition at line 72 of file Digest.cc.

◆ md_len

unsigned zypp::Digest::P::md_len

Definition at line 73 of file Digest.cc.

◆ bytesHashed

zypp::ByteCount zypp::Digest::P::bytesHashed

Definition at line 74 of file Digest.cc.

◆ finalized

bool zypp::Digest::P::finalized

Definition at line 76 of file Digest.cc.

◆ openssl_digests_added

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

Definition at line 77 of file Digest.cc.

◆ name

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

Definition at line 79 of file Digest.cc.


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