#include <digest.hpp>
Definition at line 161 of file digest.hpp.
◆ anonymous enum
Enumerator |
---|
MAX_DIGEST_SIZE | |
Definition at line 173 of file digest.hpp.
◆ DigestContext() [1/3]
◆ DigestContext() [2/3]
DigestContext::DigestContext |
( |
| ) |
|
|
inline |
◆ DigestContext() [3/3]
DigestContext::DigestContext |
( |
const CryptoAlgs::Type |
alg | ) |
|
|
inline |
◆ check_initialized()
void DigestContext::check_initialized |
( |
| ) |
const |
|
inlineprivate |
◆ clear()
void DigestContext::clear |
( |
| ) |
|
|
inlineprivate |
◆ digest_type()
static const DigestInfo * DigestContext::digest_type |
( |
const CryptoAlgs::Type |
alg | ) |
|
|
inlinestaticprivate |
◆ final()
size_t DigestContext::final |
( |
unsigned char * |
out | ) |
|
|
inline |
◆ init()
void DigestContext::init |
( |
const CryptoAlgs::Type |
alg | ) |
|
|
inline |
◆ is_initialized()
bool DigestContext::is_initialized |
( |
| ) |
const |
|
inline |
◆ OPENVPN_EXCEPTION()
DigestContext::OPENVPN_EXCEPTION |
( |
apple_digest_error |
| ) |
|
◆ OPENVPN_SIMPLE_EXCEPTION() [1/2]
DigestContext::OPENVPN_SIMPLE_EXCEPTION |
( |
apple_digest_final_overflow |
| ) |
|
◆ OPENVPN_SIMPLE_EXCEPTION() [2/2]
DigestContext::OPENVPN_SIMPLE_EXCEPTION |
( |
apple_digest_uninitialized |
| ) |
|
◆ operator=()
◆ size()
size_t DigestContext::size |
( |
| ) |
const |
|
inline |
◆ update()
void DigestContext::update |
( |
const unsigned char * |
in, |
|
|
const size_t |
size |
|
) |
| |
|
inline |
◆ HMACContext
◆ ctx
DigestCTX DigestContext::ctx |
|
private |
◆ info
◆ initialized
bool DigestContext::initialized |
|
private |
◆ meth
const DigestAlgorithm* DigestContext::meth |
|
private |
The documentation for this class was generated from the following file: