Home
last modified time | relevance | path

Searched refs:SecureRandomFactory (Results 1 – 4 of 4) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-core/include/aws/core/utils/crypto/
H A DSecureRandom.h92 class SecureRandomFactory
95 virtual ~SecureRandomFactory() = default;
H A DFactories.h25 class SecureRandomFactory; variable
151 … AWS_CORE_API void SetSecureRandomFactory(const std::shared_ptr<SecureRandomFactory>& factory);
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-core/source/utils/crypto/factory/
H A DFactories.cpp80 static std::shared_ptr<SecureRandomFactory>& GetSecureRandomFactory() in GetSecureRandomFactory()
82 static std::shared_ptr<SecureRandomFactory> s_SecureRandomFactory(nullptr); in GetSecureRandomFactory()
606 class DefaultSecureRandFactory : public SecureRandomFactory
847 void Aws::Utils::Crypto::SetSecureRandomFactory(const std::shared_ptr<SecureRandomFactory>& factory) in SetSecureRandomFactory()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-core/include/aws/core/
H A DAws.h148 …std::function<std::shared_ptr<Aws::Utils::Crypto::SecureRandomFactory>()> secureRandomFactory_crea…