aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
|
Go to the source code of this file.
Classes | |
class | Aws::Crt::Crypto::SymmetricCipher |
Namespaces | |
namespace | Aws |
namespace | Aws::Crt |
namespace | Aws::Crt::Crypto |
Enumerations | |
enum class | Aws::Crt::Crypto::SymmetricCipherState { Aws::Crt::Crypto::Ready = AWS_SYMMETRIC_CIPHER_READY , Aws::Crt::Crypto::Finalized = AWS_SYMMETRIC_CIPHER_FINALIZED , Aws::Crt::Crypto::Error = AWS_SYMMETRIC_CIPHER_ERROR } |
Variables | |
static const size_t | Aws::Crt::Crypto::AES_256_CIPHER_BLOCK_SIZE = 16u |
static const size_t | Aws::Crt::Crypto::AES_256_KEY_SIZE_BYTES = 32u |