Botan  2.19.1
Crypto and TLS for C++11
Namespaces | Functions
commoncrypto_mode.cpp File Reference
#include <botan/internal/commoncrypto.h>
#include <botan/internal/commoncrypto_utils.h>
#include <botan/cipher_mode.h>
#include <botan/internal/rounding.h>
#include <limits.h>

Go to the source code of this file.

Namespaces

 Botan
 

Functions

Cipher_Mode * Botan::make_commoncrypto_cipher_mode (const std::string &name, Cipher_Dir direction)
 

Variable Documentation

CCCryptorRef m_cipher = nullptr
Cipher_Dir m_direction

Definition at line 47 of file commoncrypto_mode.cpp.

bool m_key_set

Definition at line 50 of file commoncrypto_mode.cpp.

const std::string m_mode_name

Definition at line 46 of file commoncrypto_mode.cpp.

bool m_nonce_set

Definition at line 51 of file commoncrypto_mode.cpp.

CommonCryptor_Opts m_opts

Definition at line 48 of file commoncrypto_mode.cpp.