Session that will eventually establish a shared secred between the involved peers and allow encryption and cooperative decryption. More...
Data Fields | |
| struct GNUNET_MQ_Handle * | mq |
| Message queue for client. | |
| GNUNET_SECRETSHARING_SecretReadyCallback | secret_ready_cb |
| Called when the secret sharing is done. | |
| void * | secret_ready_cls |
| Closure for secret_ready_cb. | |
Session that will eventually establish a shared secred between the involved peers and allow encryption and cooperative decryption.
Definition at line 39 of file secretsharing_api.c.
| struct GNUNET_MQ_Handle* GNUNET_SECRETSHARING_Session::mq |
Message queue for client.
Definition at line 44 of file secretsharing_api.c.
Referenced by GNUNET_SECRETSHARING_create_session(), and GNUNET_SECRETSHARING_session_destroy().
| GNUNET_SECRETSHARING_SecretReadyCallback GNUNET_SECRETSHARING_Session::secret_ready_cb |
Called when the secret sharing is done.
Definition at line 49 of file secretsharing_api.c.
Referenced by GNUNET_SECRETSHARING_create_session(), handle_secret_ready(), and handle_session_client_error().
| void* GNUNET_SECRETSHARING_Session::secret_ready_cls |
Closure for secret_ready_cb.
Definition at line 54 of file secretsharing_api.c.
Referenced by GNUNET_SECRETSHARING_create_session(), handle_secret_ready(), and handle_session_client_error().