Data Fields | |
| struct DelegationChainEntry * | next |
| DLL. | |
| struct DelegationChainEntry * | prev |
| DLL. | |
| struct GNUNET_CRYPTO_BlindablePublicKey | issuer_key |
| The issuer. | |
| struct GNUNET_CRYPTO_BlindablePublicKey | subject_key |
| The subject. | |
| char * | issuer_attribute |
| The issued attribute. | |
| char * | subject_attribute |
| The delegated attribute. | |
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_BlindablePublicKey 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_BlindablePublicKey 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().