content hash key More...
#include </home/buildbot/bb-worker/worker/gnunet_release/build/src/service/fs/fs.h>
Data Fields | |
struct GNUNET_HashCode | key |
Hash of the original content, used for encryption. More... | |
struct GNUNET_HashCode | query |
Hash of the encrypted content, used for querying. More... | |
struct GNUNET_HashCode ContentHashKey::key |
Hash of the original content, used for encryption.
Definition at line 59 of file fs.h.
Referenced by encrypt_existing_match(), GNUNET_FS_tree_encoder_next(), GNUNET_FS_uri_chk_get_file_hash(), process_result_with_request(), process_sks_result(), try_match_block(), try_top_down_reconstruction(), uri_chk_parse(), uri_chk_to_string(), uri_loc_parse(), and uri_loc_to_string().
struct GNUNET_HashCode ContentHashKey::query |
Hash of the encrypted content, used for querying.
Definition at line 64 of file fs.h.
Referenced by block_proc(), encrypt_existing_match(), GNUNET_FS_tree_encoder_next(), GNUNET_FS_uri_to_key(), process_sks_result(), reconstruct_cb(), retry_entry(), schedule_block_download(), try_match_block(), unindex_process(), uri_chk_parse(), uri_chk_to_string(), uri_loc_parse(), and uri_loc_to_string().