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