#include <openssl_wrappers.h>
Inherits ccf::crypto::OpenSSL::Unique_SSL_OBJECT< BN_CTX, BN_CTX_new, BN_CTX_free >.
|
| Unique_SSL_OBJECT () |
| C-tor with new pointer via T's c-tor.
|
|
| Unique_SSL_OBJECT (T *ptr, void(*dtor)(T *), bool check_null=true) |
| C-tor with pointer created in base class.
|
|
| Unique_SSL_OBJECT () |
| C-tor with new pointer via T's c-tor.
|
|
| Unique_SSL_OBJECT (BN_CTX *ptr, void(*dtor)(BN_CTX *), bool check_null=true) |
| C-tor with pointer created in base class.
|
|
| operator BN_CTX * () |
| Type cast to underlying pointer.
|
|
| operator BN_CTX * () const |
| Type cast to underlying pointer.
|
|
void | reset (BN_CTX *other) |
| Reset pointer, free old if any.
|
|
BN_CTX * | release () |
| Release pointer, so it's freed elsewhere (CAUTION!)
|
|
|
std::unique_ptr< BN_CTX, void(*)(BN_CTX *)> | p |
| Pointer owning storage.
|
|
◆ Unique_SSL_OBJECT() [1/2]
C-tor with new pointer via T's c-tor.
◆ Unique_SSL_OBJECT() [2/2]
C-tor with pointer created in base class.
The documentation for this struct was generated from the following file: