RAII encapsulated BN_CTX (OpenSSL bignum context)
More...
#include <bignum.h>
RAII encapsulated BN_CTX (OpenSSL bignum context)
Definition at line 26 of file bignum.h.
◆ CAutoBN_CTX()
| CAutoBN_CTX::CAutoBN_CTX |
( |
| ) |
|
|
inline |
◆ ~CAutoBN_CTX()
| CAutoBN_CTX::~CAutoBN_CTX |
( |
| ) |
|
|
inline |
◆ operator BN_CTX *()
| CAutoBN_CTX::operator BN_CTX * |
( |
| ) |
|
|
inline |
◆ operator!()
| bool CAutoBN_CTX::operator! |
( |
| ) |
|
|
inline |
◆ operator&()
| BN_CTX** CAutoBN_CTX::operator& |
( |
| ) |
|
|
inline |
◆ operator*()
| BN_CTX& CAutoBN_CTX::operator* |
( |
| ) |
|
|
inline |
◆ operator=()
| BN_CTX* CAutoBN_CTX::operator= |
( |
BN_CTX * |
pnew | ) |
|
|
inlineprotected |
◆ pctx
| BN_CTX* CAutoBN_CTX::pctx |
|
protected |
The documentation for this class was generated from the following file: