GNUnet 0.21.1
GNUNET_SECRETSHARING_DecryptionHandle Struct Reference

Handle to cancel a cooperative decryption operation. More...

Collaboration diagram for GNUNET_SECRETSHARING_DecryptionHandle:
[legend]

Data Fields

struct GNUNET_MQ_Handlemq
 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...
 

Detailed Description

Handle to cancel a cooperative decryption operation.

Definition at line 61 of file secretsharing_api.c.

Field Documentation

◆ mq

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().

◆ decrypt_cb

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().

◆ decrypt_cls

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().


The documentation for this struct was generated from the following file: