Botan 2.17.3
Crypto and TLS for C&
|
#include <botan/cipher_mode.h>
#include <botan/internal/rounding.h>
#include <botan/internal/openssl.h>
#include <openssl/evp.h>
#include <limits.h>
Go to the source code of this file.
Namespaces | |
namespace | Botan |
Macros | |
#define | MAKE_OPENSSL_MODE(evp_fn) new OpenSSL_Cipher_Mode(name, (evp_fn)(), direction) |
Functions | |
Cipher_Mode * | Botan::make_openssl_cipher_mode (const std::string &name, Cipher_Dir direction) |
#define MAKE_OPENSSL_MODE | ( | evp_fn | ) | new OpenSSL_Cipher_Mode(name, (evp_fn)(), direction) |