|
OpenVPN 3 Core Library
|
#include <ovpnhmac.hpp>
Public Member Functions | |
| CryptoOvpnHMACInstance (const CryptoAlgs::Type digest_arg) | |
| void | init (const StaticKey &key) override |
| size_t | output_size () const override |
| void | ovpn_hmac_gen (unsigned char *data, const size_t data_size, const size_t l1, const size_t l2, const size_t l3) override |
| bool | ovpn_hmac_cmp (const unsigned char *data, const size_t data_size, const size_t l1, const size_t l2, const size_t l3) 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 |
| OvpnHMAC< CRYPTO_API > | ovpn_hmac |
Additional Inherited Members | |
Public Types inherited from openvpn::OvpnHMACInstance | |
| typedef RCPtr< OvpnHMACInstance > | Ptr |
Public Types inherited from openvpn::RC< thread_unsafe_refcount > | |
| typedef RCPtr< RC > | Ptr |
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 182 of file ovpnhmac.hpp.
|
inline |
Definition at line 185 of file ovpnhmac.hpp.
|
inlineoverridevirtual |
Implements openvpn::OvpnHMACInstance.
Definition at line 190 of file ovpnhmac.hpp.
|
inlineoverridevirtual |
Implements openvpn::OvpnHMACInstance.
Definition at line 195 of file ovpnhmac.hpp.
|
inlineoverridevirtual |
Implements openvpn::OvpnHMACInstance.
Definition at line 209 of file ovpnhmac.hpp.
|
inlineoverridevirtual |
Implements openvpn::OvpnHMACInstance.
Definition at line 200 of file ovpnhmac.hpp.
|
private |
Definition at line 219 of file ovpnhmac.hpp.
|
private |
Definition at line 220 of file ovpnhmac.hpp.