Searched refs:SecureRandomFactory (Results 1 – 4 of 4) sorted by relevance
92 class SecureRandomFactory95 virtual ~SecureRandomFactory() = default;
25 class SecureRandomFactory; variable151 … AWS_CORE_API void SetSecureRandomFactory(const std::shared_ptr<SecureRandomFactory>& factory);
80 static std::shared_ptr<SecureRandomFactory>& GetSecureRandomFactory() in GetSecureRandomFactory()82 static std::shared_ptr<SecureRandomFactory> s_SecureRandomFactory(nullptr); in GetSecureRandomFactory()606 class DefaultSecureRandFactory : public SecureRandomFactory847 void Aws::Utils::Crypto::SetSecureRandomFactory(const std::shared_ptr<SecureRandomFactory>& factory) in SetSecureRandomFactory()
148 …std::function<std::shared_ptr<Aws::Utils::Crypto::SecureRandomFactory>()> secureRandomFactory_crea…