OpenVPN 3 Core Library
|
#include <digestapi.hpp>
Public Member Functions | |
CryptoDigestFactory (SSLLib::Ctx libctx_arg=nullptr) | |
virtual DigestInstance::Ptr | new_digest (const CryptoAlgs::Type digest_type) |
virtual HMACInstance::Ptr | new_hmac (const CryptoAlgs::Type digest_type, const unsigned char *key, const size_t key_size) |
![]() | |
RC () noexcept=default | |
RC (const RC &)=delete | |
virtual | ~RC ()=default |
RC & | operator= (const RC &)=delete |
olong | use_count () const noexcept |
Delegates call to RCImpl and returns the result. | |
Public Attributes | |
SSLLib::Ctx | libctx |
Additional Inherited Members | |
![]() | |
typedef RCPtr< DigestFactory > | Ptr |
![]() | |
typedef RCPtr< RC > | Ptr |
![]() | |
static constexpr bool | is_thread_safe () |
Delegates call to RCImpl and returns the result. | |
Definition at line 121 of file digestapi.hpp.
|
inline |
Definition at line 124 of file digestapi.hpp.
|
inlinevirtual |
Implements openvpn::DigestFactory.
Definition at line 129 of file digestapi.hpp.
|
inlinevirtual |
Implements openvpn::DigestFactory.
Definition at line 134 of file digestapi.hpp.
SSLLib::Ctx openvpn::CryptoDigestFactory< CRYPTO_API >::libctx |
Definition at line 143 of file digestapi.hpp.