TAO_SSLIOP 3.0.6
Static Public Member Functions | List of all members
TAO::SSLIOP::OpenSSL_traits< ::EVP_PKEY > Struct Reference

#include <SSLIOP_EVP_PKEY.h>

Static Public Member Functions

::EVP_PKEY_duplicate (::EVP_PKEY *st)
 Increase the reference count on the given OpenSSL structure. More...
 
::EVP_PKEYcopy (::EVP_PKEY const &key)
 Perform deep copy of the given OpenSSL structure. More...
 
static void release (::EVP_PKEY *st)
 

Member Function Documentation

◆ _duplicate()

::EVP_PKEY * TAO::SSLIOP::OpenSSL_traits< ::EVP_PKEY >::_duplicate ( ::EVP_PKEY st)
inlinestatic

Increase the reference count on the given OpenSSL structure.

Note
This used to be in a function template but MSVC++ 6 can't handle function templates correctly so reproduce the code in each specialization. sigh

◆ copy()

::EVP_PKEY * TAO::SSLIOP::OpenSSL_traits< ::EVP_PKEY >::copy ( ::EVP_PKEY const &  key)
static

Perform deep copy of the given OpenSSL structure.

◆ release()

static void TAO::SSLIOP::OpenSSL_traits< ::EVP_PKEY >::release ( ::EVP_PKEY st)
inlinestatic

Decrease the reference count on the given OpenSSL structure.


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