Client requests creation of an identity. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/identity/identity.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Type: GNUNET_MESSAGE_TYPE_IDENTITY_CREATE. More... | |
uint16_t | name_len |
Number of bytes in identity name string including 0-termination, in NBO. More... | |
uint16_t | key_len |
Key length. More... | |
Client requests creation of an identity.
Service will respond with a result code.
Definition at line 150 of file identity.h.
struct GNUNET_MessageHeader CreateRequestMessage::header |
Type: GNUNET_MESSAGE_TYPE_IDENTITY_CREATE.
Definition at line 155 of file identity.h.
uint16_t CreateRequestMessage::name_len |
Number of bytes in identity name string including 0-termination, in NBO.
Definition at line 160 of file identity.h.
Referenced by GNUNET_IDENTITY_create().
uint16_t CreateRequestMessage::key_len |
Key length.
Definition at line 165 of file identity.h.
Referenced by GNUNET_IDENTITY_create(), and handle_create_message().