Botan 3.6.1
Crypto and TLS for C&
|
#include <botan/internal/commoncrypto.h>
#include <botan/block_cipher.h>
#include <botan/hex.h>
#include <botan/internal/commoncrypto_utils.h>
#include <CommonCrypto/CommonCrypto.h>
Go to the source code of this file.
Namespaces | |
namespace | Botan |
Functions | |
std::unique_ptr< BlockCipher > | Botan::make_commoncrypto_block_cipher (std::string_view name) |
std::string m_cipher_name |
Definition at line 64 of file commoncrypto_block.cpp.
CCCryptorRef m_decrypt = nullptr |
Definition at line 68 of file commoncrypto_block.cpp.
CCCryptorRef m_encrypt = nullptr |
Definition at line 67 of file commoncrypto_block.cpp.
bool m_key_set |
Definition at line 69 of file commoncrypto_block.cpp.
CommonCryptor_Opts m_opts |
Definition at line 65 of file commoncrypto_block.cpp.