AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Classes | Namespaces | Functions | Variables
OpenSslKeyFactoryTest.cpp File Reference
#include <gtest/gtest.h>
#include <acsdk/Crypto/private/OpenSslKeyFactory.h>
Include dependency graph for OpenSslKeyFactoryTest.cpp:

Namespaces

 alexaClientSDK
 Whether or not curl logs should be emitted.
 
 alexaClientSDK::crypto
 OpenSSL-based implementation.
 
 alexaClientSDK::crypto::test
 Test cases for Cryptographic Functions Implementation.
 

Functions

 alexaClientSDK::crypto::test::TEST_P (KeyFactoryTest, testCreateUniqueKeys)
 
 alexaClientSDK::crypto::test::TEST_P (KeyFactoryTest, testCreateUniqueIVs)
 
 alexaClientSDK::crypto::test::TEST_F (KeyFactoryTest, test_createKeyUnknown)
 
 alexaClientSDK::crypto::test::TEST_F (KeyFactoryTest, test_createIvUnknown)
 
 alexaClientSDK::crypto::test::INSTANTIATE_TEST_CASE_P (OpenSslKeyFactoryTest, KeyFactoryTest, Values(AlgorithmType::AES_256_CBC, AlgorithmType::AES_256_CBC_PAD, AlgorithmType::AES_128_CBC, AlgorithmType::AES_128_CBC_PAD, AlgorithmType::AES_128_GCM, AlgorithmType::AES_256_GCM))
 

Variables

static constexpr size_t alexaClientSDK::crypto::test::AES_256_KEY_SIZE = 32u
 
static constexpr size_t alexaClientSDK::crypto::test::AES_128_KEY_SIZE = 16u
 
static constexpr size_t alexaClientSDK::crypto::test::AES_CBC_IV_SIZE = 16u
 
static constexpr size_t alexaClientSDK::crypto::test::AES_GCM_IV_SIZE = 12u
 
static constexpr AlgorithmType alexaClientSDK::crypto::test::BAD_ALGORITHM_TYPE = static_cast<AlgorithmType>(0)
 

AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0