Data Fields | |
| struct GNUNET_PILS_Operation * | next |
| struct GNUNET_PILS_Operation * | prev |
| struct GNUNET_PILS_Handle * | h |
| GNUNET_PILS_DecapsResultCallback | decaps_cb |
| GNUNET_PILS_EcdhResultCallback | ecdh_cb |
| GNUNET_PILS_SignResultCallback | sign_cb |
| void * | cb_cls |
| struct GNUNET_MessageHeader * | req |
| 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.
| 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.
| GNUNET_PILS_DecapsResultCallback GNUNET_PILS_Operation::decaps_cb |
Definition at line 59 of file pils_api.c.
| GNUNET_PILS_EcdhResultCallback GNUNET_PILS_Operation::ecdh_cb |
Definition at line 62 of file pils_api.c.
| GNUNET_PILS_SignResultCallback GNUNET_PILS_Operation::sign_cb |
Definition at line 65 of file pils_api.c.
| void* GNUNET_PILS_Operation::cb_cls |
Definition at line 68 of file pils_api.c.
| struct GNUNET_MessageHeader* GNUNET_PILS_Operation::req |
Definition at line 75 of file pils_api.c.
Referenced by op_start().
| uint32_t GNUNET_PILS_Operation::op_id |
Definition at line 78 of file pils_api.c.