Percy++
A C++ implementation of Private Information Retrieval (PIR) protocols
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Pages
PercyServer Member List

This is the complete list of members for PercyServer, including all inherited members.

be_byzantine()PercyServer
byzantinePercyServerprotected
combine_results(unsigned char *result, const std::vector< unsigned char * > &worker_results)=0PercyServerprotectedpure virtual
datastorePercyServerprotected
get_strassen_max_depth()PercyServer
handle_request(std::istream &is, std::ostream &os, const std::vector< std::iostream * > &workers=std::vector< std::iostream * >())PercyServervirtual
handle_request(const std::vector< std::istream * > &isv, const std::vector< std::ostream * > &osv, const std::vector< std::iostream * > &workers=std::vector< std::iostream * >())PercyServervirtual
handle_request_distributed(const std::vector< unsigned char * > &requests, const std::vector< unsigned char * > &responses, const std::vector< std::iostream * > &workers)PercyServerprotectedvirtual
handle_request_impl(const std::vector< unsigned char * > &requests, const std::vector< unsigned char * > &responses)=0PercyServerprotectedpure virtual
handle_request_threaded(const std::vector< unsigned char * > &requests, const std::vector< unsigned char * > &responses)PercyServerprotectedvirtual
make_server(DataStore *datastore, const PercyServerParams *params, PercyStats *stats=NULL)PercyServerstatic
operator<< (defined in PercyServer)PercyServerfriend
operator<< (defined in PercyServer)PercyServerfriend
PercyServer(DataStore *datastore, const PercyServerParams *serverparams, PercyStats *stats=NULL)PercyServerprotected
RecursiveServer (defined in PercyServer)PercyServerfriend
serverparamsPercyServerprotected
set_strassen_max_depth(nqueries_t depth)PercyServer
statsPercyServerprotected
strassen_level_reachedPercyServerprotected
strassen_max_depthPercyServerprotected
STRASSEN_OPTIMALPercyServerstatic
subserversPercyServerprotected
thread_work (defined in PercyServer)PercyServerfriend
~PercyServer()PercyServervirtual