Handle to cancel a cooperative decryption operation. More...
Data Fields | |
struct GNUNET_MQ_Handle * | mq |
Message queue for client. More... | |
GNUNET_SECRETSHARING_DecryptCallback | decrypt_cb |
Called when the secret sharing is done. More... | |
void * | decrypt_cls |
Closure for decrypt_cb. More... | |
Handle to cancel a cooperative decryption operation.
Definition at line 61 of file secretsharing_api.c.
struct GNUNET_MQ_Handle* GNUNET_SECRETSHARING_DecryptionHandle::mq |
Message queue for client.
Definition at line 66 of file secretsharing_api.c.
Referenced by GNUNET_SECRETSHARING_decrypt(), and GNUNET_SECRETSHARING_decrypt_cancel().
GNUNET_SECRETSHARING_DecryptCallback GNUNET_SECRETSHARING_DecryptionHandle::decrypt_cb |
Called when the secret sharing is done.
Definition at line 71 of file secretsharing_api.c.
Referenced by GNUNET_SECRETSHARING_decrypt(), handle_decrypt_client_error(), and handle_decrypt_done().
void* GNUNET_SECRETSHARING_DecryptionHandle::decrypt_cls |
Closure for decrypt_cb.
Definition at line 76 of file secretsharing_api.c.
Referenced by GNUNET_SECRETSHARING_decrypt(), handle_decrypt_client_error(), and handle_decrypt_done().