|
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 |
Public Member Functions inherited from openvpn::RC< thread_unsafe_refcount > | |
| 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 | |
Public Types inherited from openvpn::OvpnHMACContext | |
| using | Ptr = RCPtr< OvpnHMACContext > |
Public Types inherited from openvpn::RC< thread_unsafe_refcount > | |
| using | Ptr = RCPtr< RC > |
Static Public Member Functions inherited from openvpn::RC< thread_unsafe_refcount > | |
| static constexpr bool | is_thread_safe () |
| Delegates call to RCImpl and returns the result. | |
Definition at line 221 of file ovpnhmac.hpp.
|
inline |
Definition at line 224 of file ovpnhmac.hpp.
|
inlineoverridevirtual |
Implements openvpn::OvpnHMACContext.
Definition at line 234 of file ovpnhmac.hpp.
|
inlineoverridevirtual |
Implements openvpn::OvpnHMACContext.
Definition at line 229 of file ovpnhmac.hpp.
|
private |
Definition at line 240 of file ovpnhmac.hpp.