#include <crypto_wrapper.hpp>
Inheritance diagram for yaSSL::RMD:


Public Member Functions | |
| void | get_digest (byte *) |
| void | get_digest (byte *, const byte *, unsigned int) |
| void | update (const byte *, unsigned int) |
| uint | get_digestSize () const |
| uint | get_padSize () const |
| RMD () | |
| ~RMD () | |
| RMD (const RMD &) | |
| RMD & | operator= (const RMD &) |
Private Attributes | |
| RMDImpl * | pimpl_ |
Classes | |
| struct | RMDImpl |
Definition at line 109 of file crypto_wrapper.hpp.
| yaSSL::RMD::RMD | ( | ) |
| yaSSL::RMD::~RMD | ( | ) |
Definition at line 183 of file crypto_wrapper.cpp.
References pimpl_, and yaSSL::ysDelete().
Here is the call graph for this function:

| yaSSL::RMD::RMD | ( | const RMD & | ) |
Implements yaSSL::Digest.
Definition at line 208 of file crypto_wrapper.cpp.
References TaoCrypt::HASHwithTransform::Final(), pimpl_, yaSSL::RMD::RMDImpl::rmd_, and TaoCrypt::RIPEMD160::Update().
Here is the call graph for this function:

| void yaSSL::RMD::get_digest | ( | byte * | ) | [virtual] |
Implements yaSSL::Digest.
Definition at line 216 of file crypto_wrapper.cpp.
References TaoCrypt::HASHwithTransform::Final(), pimpl_, and yaSSL::RMD::RMDImpl::rmd_.
Here is the call graph for this function:

| uint yaSSL::RMD::get_digestSize | ( | ) | const [virtual] |
Implements yaSSL::Digest.
Definition at line 195 of file crypto_wrapper.cpp.
References yaSSL::RMD_LEN.
00196 { 00197 return RMD_LEN; 00198 }
| uint yaSSL::RMD::get_padSize | ( | ) | const [virtual] |
Implements yaSSL::Digest.
Definition at line 201 of file crypto_wrapper.cpp.
References yaSSL::PAD_RMD.
00202 { 00203 return PAD_RMD; 00204 }
Definition at line 188 of file crypto_wrapper.cpp.
References pimpl_, and yaSSL::RMD::RMDImpl::rmd_.
| void yaSSL::RMD::update | ( | const byte * | , | |
| unsigned | int | |||
| ) | [virtual] |
Implements yaSSL::Digest.
Definition at line 223 of file crypto_wrapper.cpp.
References pimpl_, yaSSL::RMD::RMDImpl::rmd_, and TaoCrypt::RIPEMD160::Update().
Here is the call graph for this function:

RMDImpl* yaSSL::RMD::pimpl_ [private] |
Definition at line 121 of file crypto_wrapper.hpp.
Referenced by get_digest(), operator=(), update(), and ~RMD().
1.4.7

