#include </home/buildbot/bb-worker/worker/gnunet_release/build/src/service/core/gnunet-service-core_kx.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Message type is #GNUNET_MESSAGE_TYPE_CORE_PONG. | |
struct GNUNET_HashCode | finished |
TODO {Finished} - encrypted. | |
unsigned char | reserved [crypto_aead_xchacha20poly1305_ietf_ABYTES] |
The following is the additional space needed for the mac. | |
struct GNUNET_MessageHeader InitiatorDone::header |
Message type is #GNUNET_MESSAGE_TYPE_CORE_PONG.
Definition at line 173 of file gnunet-service-core_kx.h.
struct GNUNET_HashCode InitiatorDone::finished |
TODO {Finished} - encrypted.
Definition at line 178 of file gnunet-service-core_kx.h.
Referenced by handle_initiator_done(), and handle_responder_hello_cont().
unsigned char InitiatorDone::reserved[crypto_aead_xchacha20poly1305_ietf_ABYTES] |
The following is the additional space needed for the mac.
Definition at line 183 of file gnunet-service-core_kx.h.