|
CCF
|
#include <openssl_wrappers.h>
Inherits ccf::crypto::OpenSSL::Unique_SSL_OBJECT< EVP_MD_CTX, nullptr, nullptr >.
Public Member Functions | |
| Unique_EVP_MD_CTX () | |
Public Member Functions inherited from ccf::crypto::OpenSSL::Unique_SSL_OBJECT< EVP_MD_CTX, nullptr, nullptr > | |
| Unique_SSL_OBJECT () | |
| C-tor with new pointer via T's c-tor. | |
| Unique_SSL_OBJECT (EVP_MD_CTX *ptr, void(*dtor)(EVP_MD_CTX *), bool check_null=true) | |
| C-tor with pointer created in base class. | |
| operator EVP_MD_CTX * () | |
| Type cast to underlying pointer. | |
| operator EVP_MD_CTX * () const | |
| Type cast to underlying pointer. | |
| void | reset (EVP_MD_CTX *other) |
| Reset pointer, free old if any. | |
| EVP_MD_CTX * | release () |
| Release pointer, so it's freed elsewhere (CAUTION!) | |
Additional Inherited Members | |
Protected Attributes inherited from ccf::crypto::OpenSSL::Unique_SSL_OBJECT< EVP_MD_CTX, nullptr, nullptr > | |
| std::unique_ptr< EVP_MD_CTX, void(*)(EVP_MD_CTX *)> | p |
| Pointer owning storage. | |
|
inline |