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