8 #ifndef BOTAN_ENTROPY_SRC_UNIX_H__     9 #define BOTAN_ENTROPY_SRC_UNIX_H__    11 #include <botan/entropy_src.h>    12 #include <botan/internal/unix_cmd.h>    23       std::string 
name()
 const { 
return "Unix Entropy Source"; }
    30       static std::vector<Unix_Program> get_default_sources();
    33       const std::vector<std::string> PATH;
    34       std::vector<Unix_Program> sources;
 
Unix_EntropySource(const std::vector< std::string > &path)
void poll(Entropy_Accumulator &accum)
void add_sources(const Unix_Program[], size_t)