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

#include <openssl_wrappers.h>

Inherits ccf::crypto::OpenSSL::Unique_SSL_OBJECT< EC_GROUP, nullptr, nullptr >.

Public Member Functions

 Unique_EC_GROUP (int nid)
 
- Public Member Functions inherited from ccf::crypto::OpenSSL::Unique_SSL_OBJECT< EC_GROUP, nullptr, nullptr >
 Unique_SSL_OBJECT ()
 C-tor with new pointer via T's c-tor.
 
 Unique_SSL_OBJECT (EC_GROUP *ptr, void(*dtor)(EC_GROUP *), bool check_null=true)
 C-tor with pointer created in base class.
 
 operator EC_GROUP * ()
 Type cast to underlying pointer.
 
 operator EC_GROUP * () const
 Type cast to underlying pointer.
 
void reset (EC_GROUP *other)
 Reset pointer, free old if any.
 
EC_GROUP * release ()
 Release pointer, so it's freed elsewhere (CAUTION!)
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ Unique_EC_GROUP()

ccf::crypto::OpenSSL::Unique_EC_GROUP::Unique_EC_GROUP ( int  nid)
inline

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