AWS SDK for C++
AWS SDK for C++
|
#include <aws/core/Core_EXPORTS.h>
#include <aws/core/utils/Array.h>
#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
Go to the source code of this file.
Classes | |
class | Aws::Utils::Crypto::SymmetricCipher |
class | Aws::Utils::Crypto::SymmetricCipherFactory |
Namespaces | |
namespace | Aws |
namespace | Aws::Utils |
namespace | Aws::Utils::Crypto |
Functions | |
AWS_CORE_API CryptoBuffer | Aws::Utils::Crypto::IncrementCTRCounter (const CryptoBuffer &counter, uint32_t numberOfBlocks) |
Variables | |
static const size_t | Aws::Utils::Crypto::SYMMETRIC_KEY_LENGTH = 32 |
static const size_t | Aws::Utils::Crypto::MIN_IV_LENGTH = 12 |