CCF
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ccf::crypto::OpenSSL::Unique_EC_POINT Struct Reference

#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)
 
- Public Member Functions inherited from ccf::crypto::OpenSSL::Unique_SSL_OBJECT< EC_POINT, nullptr, nullptr >
 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

- Protected Attributes inherited from ccf::crypto::OpenSSL::Unique_SSL_OBJECT< EC_POINT, nullptr, nullptr >
std::unique_ptr< EC_POINT, void(*)(EC_POINT *)> p
 Pointer owning storage.
 

Constructor & Destructor Documentation

◆ Unique_EC_POINT() [1/2]

ccf::crypto::OpenSSL::Unique_EC_POINT::Unique_EC_POINT ( const EC_GROUP *  group)
inline

◆ Unique_EC_POINT() [2/2]

ccf::crypto::OpenSSL::Unique_EC_POINT::Unique_EC_POINT ( EC_POINT *  point)
inline

The documentation for this struct was generated from the following file: