Data Fields | |
struct GNUNET_PILS_Operation * | next |
struct GNUNET_PILS_Operation * | prev |
struct GNUNET_PILS_Handle * | h |
GNUNET_PILS_DecapsResultCallback | decaps_cb |
void * | decaps_cb_cls |
GNUNET_PILS_SignResultCallback | sign_cb |
void * | sign_cb_cls |
struct GNUNET_MQ_Envelope * | env |
uint32_t | op_id |
Definition at line 47 of file pils_api.c.
struct GNUNET_PILS_Operation* GNUNET_PILS_Operation::next |
Definition at line 50 of file pils_api.c.
Referenced by collect_generation_garbage(), find_op(), get_incoming(), handle_attribute_result(), handle_client_cancel(), handle_consume_ticket_result(), handle_credential_result(), handle_revoke_ticket_result(), handle_success_response(), handle_ticket_result(), and reconnect().
struct GNUNET_PILS_Operation* GNUNET_PILS_Operation::prev |
Definition at line 53 of file pils_api.c.
struct GNUNET_PILS_Handle* GNUNET_PILS_Operation::h |
Definition at line 56 of file pils_api.c.
Referenced by change_service(), GNUNET_ARM_operation_cancel(), GNUNET_ARM_request_service_list(), GNUNET_ARM_request_service_start(), GNUNET_IDENTITY_create(), GNUNET_IDENTITY_delete(), GNUNET_IDENTITY_rename(), GNUNET_PILS_cancel(), GNUNET_PILS_kem_decaps(), GNUNET_PILS_sign_by_peer_identity(), GNUNET_RECLAIM_attribute_delete(), GNUNET_RECLAIM_attribute_store(), GNUNET_RECLAIM_cancel(), GNUNET_RECLAIM_credential_delete(), GNUNET_RECLAIM_credential_store(), GNUNET_RECLAIM_ticket_consume(), GNUNET_RECLAIM_ticket_issue(), GNUNET_RECLAIM_ticket_revoke(), notify_running(), and notify_starting().
GNUNET_PILS_DecapsResultCallback GNUNET_PILS_Operation::decaps_cb |
Definition at line 59 of file pils_api.c.
Referenced by GNUNET_PILS_kem_decaps(), and handle_decaps_result().
void* GNUNET_PILS_Operation::decaps_cb_cls |
Definition at line 62 of file pils_api.c.
Referenced by GNUNET_PILS_kem_decaps(), and handle_decaps_result().
GNUNET_PILS_SignResultCallback GNUNET_PILS_Operation::sign_cb |
Definition at line 65 of file pils_api.c.
Referenced by GNUNET_PILS_sign_by_peer_identity(), and handle_sign_result().
void* GNUNET_PILS_Operation::sign_cb_cls |
Definition at line 68 of file pils_api.c.
Referenced by GNUNET_PILS_sign_by_peer_identity(), and handle_sign_result().
struct GNUNET_MQ_Envelope* GNUNET_PILS_Operation::env |
Definition at line 71 of file pils_api.c.
Referenced by free_op(), GNUNET_PILS_cancel(), GNUNET_PILS_kem_decaps(), GNUNET_PILS_sign_by_peer_identity(), GNUNET_RECLAIM_attribute_delete(), GNUNET_RECLAIM_attribute_store(), GNUNET_RECLAIM_credential_delete(), GNUNET_RECLAIM_credential_store(), GNUNET_RECLAIM_ticket_consume(), GNUNET_RECLAIM_ticket_issue(), GNUNET_RECLAIM_ticket_revoke(), and reconnect().
uint32_t GNUNET_PILS_Operation::op_id |
Definition at line 74 of file pils_api.c.
Referenced by find_op(), GNUNET_PILS_kem_decaps(), and GNUNET_PILS_sign_by_peer_identity().