Botan
1.10.9
|
#include <bn_wrap.h>
Public Member Functions | |
OSSL_BN_CTX & | operator= (const OSSL_BN_CTX &) |
OSSL_BN_CTX () | |
OSSL_BN_CTX (const OSSL_BN_CTX &) | |
~OSSL_BN_CTX () | |
Public Attributes | |
BN_CTX * | value |
Botan::OSSL_BN_CTX::OSSL_BN_CTX | ( | ) |
Definition at line 86 of file bn_wrap.cpp.
References value.
Botan::OSSL_BN_CTX::OSSL_BN_CTX | ( | const OSSL_BN_CTX & | ) |
Definition at line 94 of file bn_wrap.cpp.
References value.
Botan::OSSL_BN_CTX::~OSSL_BN_CTX | ( | ) |
Definition at line 102 of file bn_wrap.cpp.
References value.
OSSL_BN_CTX & Botan::OSSL_BN_CTX::operator= | ( | const OSSL_BN_CTX & | ) |
BN_CTX* Botan::OSSL_BN_CTX::value |
Definition at line 45 of file bn_wrap.h.
Referenced by operator=(), OSSL_BN_CTX(), and ~OSSL_BN_CTX().