OpenVPN 3 Core Library
|
#include <ovpnhmac.hpp>
Public Member Functions | |
CryptoOvpnHMACContext (const CryptoAlgs::Type digest_type) | |
size_t | size () const override |
OvpnHMACInstance::Ptr | new_obj () override |
![]() | |
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. | |
Private Attributes | |
CryptoAlgs::Type | digest |
Additional Inherited Members | |
![]() | |
typedef RCPtr< OvpnHMACContext > | Ptr |
![]() | |
typedef RCPtr< RC > | Ptr |
![]() | |
static constexpr bool | is_thread_safe () |
Delegates call to RCImpl and returns the result. | |
Definition at line 224 of file ovpnhmac.hpp.
|
inline |
Definition at line 227 of file ovpnhmac.hpp.
|
inlineoverridevirtual |
Implements openvpn::OvpnHMACContext.
Definition at line 237 of file ovpnhmac.hpp.
|
inlineoverridevirtual |
Implements openvpn::OvpnHMACContext.
Definition at line 232 of file ovpnhmac.hpp.
|
private |
Definition at line 243 of file ovpnhmac.hpp.