#include <SSLIOP_EVP_PKEY.h>
Public Types | |
enum | { LOCK_ID = CRYPTO_LOCK_EVP_PKEY } |
Static Public Member Functions | |
::EVP_PKEY * | _duplicate (::EVP_PKEY *st) |
Increase the reference count on the given OpenSSL structure. | |
::EVP_PKEY * | copy (::EVP_PKEY const &key) |
Perform deep copy of the given OpenSSL structure. | |
static void | release (::EVP_PKEY *st) |
anonymous enum |
::EVP_PKEY* TAO::SSLIOP::TAO::SSLIOP::OpenSSL_traits< ::EVP_PKEY >::_duplicate | ( | ::EVP_PKEY * | st | ) | [inline, static] |
Increase the reference count on the given OpenSSL structure.
::EVP_PKEY* TAO::SSLIOP::TAO::SSLIOP::OpenSSL_traits< ::EVP_PKEY >::copy | ( | ::EVP_PKEY const & | key | ) | [static] |
Perform deep copy of the given OpenSSL structure.
static void TAO::SSLIOP::TAO::SSLIOP::OpenSSL_traits< ::EVP_PKEY >::release | ( | ::EVP_PKEY * | st | ) | [inline, static] |
Decrease the reference count on the given OpenSSL structure.