PROLEAD
A Probing-Based Leakage Detection Tool for Hardware and Software
Loading...
Searching...
No Matches
Namespaces | Functions
Analyze.hpp File Reference
#include <cinttypes>
#include <time.h>
#include <omp.h>
#include <iostream>
#include "Software/Definitions.hpp"
#include "Software/Operators.hpp"
#include "Software/Print.hpp"
#include "boost/random/variate_generator.hpp"
#include "boost/random/mersenne_twister.hpp"
#include "boost/random/uniform_int.hpp"
#include "boost/generator_iterator.hpp"
#include "mulator/emulator.h"
#include "Software/Simulate.hpp"
#include "Software/Test.hpp"
#include <iterator>
#include "Software/Probing.hpp"
#include "Util/Util.hpp"

Go to the source code of this file.

Namespaces

namespace  Software
 
namespace  Software::Analyze
 

Functions

void Software::Analyze::All (Software::SettingsStruct &, std::vector< Software::SharedDataStruct > &, Software::HelperStruct &, std::vector< Software::ThreadSimulationStruct > &)
 
void Software::Analyze::ProbingSecurity (Software::SettingsStruct &, std::vector< Software::SharedDataStruct > &, Software::HelperStruct &, std::vector< Software::ThreadSimulationStruct > &)