Percy++
A C++ implementation of Private Information Retrieval (PIR) protocols
|
This is the complete list of members for FileDataStore, including all inherited members.
block_size | DataStore | protected |
database_size | DataStore | protected |
DataStore(unsigned char *database, const PercyServerParams *params) | DataStore | |
FileDataStore(const char *filename, const PercyServerParams *params, dboffset_t offset=0) | FileDataStore | |
get_data() const | DataStore | inline |
get_worker_datastore(nservers_t worker_index) const | DataStore | inline |
get_worker_datastores() const | DataStore | inline |
num_blocks | DataStore | protected |
num_workers | DataStore | protected |
params | DataStore | protected |
serverparams | DataStore | protected |
set_database(unsigned char *data=NULL) | DataStore | |
subdatastores | DataStore | protected |
subdb_offsets | DataStore | protected |
~DataStore() | DataStore | virtual |
~FileDataStore() | FileDataStore | virtual |