Botan
1.10.9
|
#include <botan/internal/openssl_engine.h>
#include <openssl/evp.h>
Go to the source code of this file.
Namespaces | |
Botan | |
Macros | |
#define | HANDLE_EVP_CIPHER(NAME, EVP) |
#define | HANDLE_EVP_CIPHER_KEYLEN(NAME, EVP, MIN, MAX, MOD) |
#define HANDLE_EVP_CIPHER | ( | NAME, | |
EVP | |||
) |
Referenced by Botan::OpenSSL_Engine::find_block_cipher().
#define HANDLE_EVP_CIPHER_KEYLEN | ( | NAME, | |
EVP, | |||
MIN, | |||
MAX, | |||
MOD | |||
) |
Referenced by Botan::OpenSSL_Engine::find_block_cipher().
size_t block_sz |
Definition at line 40 of file ossl_bc.cpp.
Key_Length_Specification cipher_key_spec |
Definition at line 41 of file ossl_bc.cpp.
std::string cipher_name |
Definition at line 42 of file ossl_bc.cpp.
Referenced by Botan::Core_Engine::get_cipher().
|
mutable |
Definition at line 43 of file ossl_bc.cpp.
Referenced by Botan::Camellia_128::decrypt_n(), Botan::Camellia_192::decrypt_n(), and Botan::Camellia_256::decrypt_n().
|
mutable |
Definition at line 43 of file ossl_bc.cpp.
Referenced by Botan::Camellia_128::encrypt_n(), Botan::Camellia_192::encrypt_n(), and Botan::Camellia_256::encrypt_n().