|
OpenVPN 3 Core Library
|
#include <digestapi.hpp>
Public Types | |
| typedef RCPtr< DigestFactory > | Ptr |
Public Types inherited from openvpn::RC< thread_unsafe_refcount > | |
| typedef RCPtr< RC > | Ptr |
Public Member Functions | |
| virtual DigestInstance::Ptr | new_digest (const CryptoAlgs::Type digest_type)=0 |
| virtual HMACInstance::Ptr | new_hmac (const CryptoAlgs::Type digest_type, const unsigned char *key, const size_t key_size)=0 |
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. | |
Additional Inherited Members | |
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 45 of file digestapi.hpp.
Definition at line 48 of file digestapi.hpp.
|
pure virtual |
Implemented in openvpn::CryptoDigestFactory< CRYPTO_API >.
|
pure virtual |
Implemented in openvpn::CryptoDigestFactory< CRYPTO_API >.