Data Fields | |
struct DelegationChainEntry * | next |
DLL. More... | |
struct DelegationChainEntry * | prev |
DLL. More... | |
struct GNUNET_CRYPTO_PublicKey | issuer_key |
The issuer. More... | |
struct GNUNET_CRYPTO_PublicKey | subject_key |
The subject. More... | |
char * | issuer_attribute |
The issued attribute. More... | |
char * | subject_attribute |
The delegated attribute. More... | |
Definition at line 47 of file gnunet-service-abd.c.
struct DelegationChainEntry* DelegationChainEntry::next |
struct DelegationChainEntry* DelegationChainEntry::prev |
DLL.
Definition at line 57 of file gnunet-service-abd.c.
struct GNUNET_CRYPTO_PublicKey DelegationChainEntry::issuer_key |
The issuer.
Definition at line 62 of file gnunet-service-abd.c.
Referenced by backward_resolution(), delegation_chain_bw_resolution_start(), delegation_chain_fw_resolution_start(), forward_resolution(), print_deleset(), send_intermediate_response(), and send_lookup_response().
struct GNUNET_CRYPTO_PublicKey DelegationChainEntry::subject_key |
The subject.
Definition at line 67 of file gnunet-service-abd.c.
Referenced by backward_resolution(), delegation_chain_fw_resolution_start(), forward_resolution(), handle_bidirectional_match(), print_deleset(), send_intermediate_response(), and send_lookup_response().
char* DelegationChainEntry::issuer_attribute |
The issued attribute.
Definition at line 72 of file gnunet-service-abd.c.
Referenced by backward_resolution(), cleanup_dsq_entry(), delegation_chain_bw_resolution_start(), delegation_chain_fw_resolution_start(), forward_resolution(), print_deleset(), send_intermediate_response(), and send_lookup_response().
char* DelegationChainEntry::subject_attribute |
The delegated attribute.
Definition at line 77 of file gnunet-service-abd.c.
Referenced by backward_resolution(), cleanup_dsq_entry(), delegation_chain_fw_resolution_start(), forward_resolution(), handle_bidirectional_match(), print_deleset(), send_intermediate_response(), and send_lookup_response().