![]() |
GNUnet
0.11.x
|
Used from service to client as a result to the GET_DEFAULT message, used from client to service to SET_DEFAULT. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/identity/identity.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Type: GNUNET_MESSAGE_TYPE_IDENTITY_SET_DEFAULT. More... | |
uint16_t | name_len |
Number of bytes in service name string including 0-termination, in NBO. More... | |
uint16_t | reserved |
Always zero. More... | |
struct GNUNET_IDENTITY_PrivateKey | private_key |
The private key. More... | |
Used from service to client as a result to the GET_DEFAULT message, used from client to service to SET_DEFAULT.
Definition at line 172 of file identity.h.
struct GNUNET_MessageHeader SetDefaultMessage::header |
Type: GNUNET_MESSAGE_TYPE_IDENTITY_SET_DEFAULT.
Definition at line 161 of file identity.h.
Referenced by check_identity_set_default().
uint16_t SetDefaultMessage::name_len |
Number of bytes in service name string including 0-termination, in NBO.
Definition at line 182 of file identity.h.
Referenced by check_identity_set_default(), create_set_default_message(), and GNUNET_IDENTITY_set().
uint16_t SetDefaultMessage::reserved |
Always zero.
Definition at line 187 of file identity.h.
Referenced by check_identity_set_default(), create_set_default_message(), and GNUNET_IDENTITY_set().
struct GNUNET_IDENTITY_PrivateKey SetDefaultMessage::private_key |
The private key.
Definition at line 187 of file identity.h.
Referenced by create_set_default_message(), GNUNET_IDENTITY_set(), handle_identity_set_default(), and handle_set_default_message().