botan v1.12.5 (2016-04-07T22:31:19Z)
Dub
Repo
OSSL_BN_CTX
botan
engine
openssl_engine
Lightweight OpenSSL BN_CTX wrapper. For internal use only.
package final
static if
(
BOTAN_HAS_ENGINE_OPENSSL
)
class
OSSL_BN_CTX {
this
(BN_CTX* ctx);
this
(OSSL_BN_CTX bn);
~this
();
BN_CTX
*
getCtx
();
}
Constructors
this
this
(BN_CTX* ctx)
Undocumented in source.
this
this
(OSSL_BN_CTX bn)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
getCtx
BN_CTX
*
getCtx
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
botan
engine
openssl_engine
classes
EVPBlockCipher
EVPHashFunction
OSSLDHKAOperation
OSSLDSASignatureOperation
OSSLDSAVerificationOperation
OSSLRSAPrivateOperation
OSSLRSAPublicOperation
OSSL_BN_CTX
OpenSSLEngine
OpenSSLModularExponentiator
RC4OpenSSL
structs
OSSL_BN
variables
HANDLE_EVP_CIPHER
HANDLE_EVP_CIPHER_KEYLEN
Lightweight OpenSSL BN_CTX wrapper. For internal use only.