content hash key More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/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 gnunet-chk.Chk::__init__(), gnunet-chk.AESKey::__init__(), 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(), gnunet-chk.Chk::uri(), 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 gnunet-chk.Chk::__init__(), 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(), gnunet-chk.Chk::uri(), uri_chk_parse(), uri_chk_to_string(), uri_loc_parse(), and uri_loc_to_string().