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

Classes

class  alexaClientSDK::crypto::test::MapDigest
 
class  alexaClientSDK::crypto::test::MapCipher
 

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 (MapDigest, testMapDigest)
 
 alexaClientSDK::crypto::test::INSTANTIATE_TEST_CASE_P (OpenSslTypeMapperTest, MapDigest, Values(std::pair< DigestType, const EVP_MD *>{DigestType::SHA_256, EVP_sha256()}))
 
 alexaClientSDK::crypto::test::TEST (OpenSslTypeMapperTest, test_unknownDigest)
 
 alexaClientSDK::crypto::test::TEST_P (MapCipher, testCipherMap)
 
 alexaClientSDK::crypto::test::INSTANTIATE_TEST_CASE_P (OpenSslTypeMapperTest, MapCipher, Values(std::pair< AlgorithmType, const EVP_CIPHER *>{AlgorithmType::AES_256_CBC, EVP_aes_256_cbc()}, std::pair< AlgorithmType, const EVP_CIPHER *>{AlgorithmType::AES_256_CBC_PAD, EVP_aes_256_cbc()}, std::pair< AlgorithmType, const EVP_CIPHER *>{AlgorithmType::AES_128_CBC, EVP_aes_128_cbc()}, std::pair< AlgorithmType, const EVP_CIPHER *>{AlgorithmType::AES_128_CBC_PAD, EVP_aes_128_cbc()}))
 
 alexaClientSDK::crypto::test::TEST (OpenSslTypeMapperTest, test_unknownAlgorithm)
 

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