1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
|
/* Generated by the protocol buffer compiler. DO NOT EDIT! */
/* Generated from: WhisperTextProtocol.proto */
#ifndef PROTOBUF_C_WhisperTextProtocol_2eproto__INCLUDED
#define PROTOBUF_C_WhisperTextProtocol_2eproto__INCLUDED
#include "protobuf-c/protobuf-c.h"
PROTOBUF_C__BEGIN_DECLS
#if PROTOBUF_C_VERSION_NUMBER < 1000000
# error This file was generated by a newer version of protoc-c which is incompatible with your libprotobuf-c headers. Please update your headers.
#elif 1001001 < PROTOBUF_C_MIN_COMPILER_VERSION
# error This file was generated by an older version of protoc-c which is incompatible with your libprotobuf-c headers. Please regenerate this file with a newer version of protoc-c.
#endif
typedef struct _Textsecure__WhisperMessage Textsecure__WhisperMessage;
typedef struct _Textsecure__PreKeyWhisperMessage Textsecure__PreKeyWhisperMessage;
typedef struct _Textsecure__KeyExchangeMessage Textsecure__KeyExchangeMessage;
typedef struct _Textsecure__SenderKeyMessage Textsecure__SenderKeyMessage;
typedef struct _Textsecure__SenderKeyDistributionMessage Textsecure__SenderKeyDistributionMessage;
/* --- enums --- */
/* --- messages --- */
struct _Textsecure__WhisperMessage
{
ProtobufCMessage base;
protobuf_c_boolean has_ratchetkey;
ProtobufCBinaryData ratchetkey;
protobuf_c_boolean has_counter;
uint32_t counter;
protobuf_c_boolean has_previouscounter;
uint32_t previouscounter;
protobuf_c_boolean has_ciphertext;
ProtobufCBinaryData ciphertext;
};
#define TEXTSECURE__WHISPER_MESSAGE__INIT \
{ PROTOBUF_C_MESSAGE_INIT (&textsecure__whisper_message__descriptor) \
, 0,{0,NULL}, 0,0, 0,0, 0,{0,NULL} }
struct _Textsecure__PreKeyWhisperMessage
{
ProtobufCMessage base;
protobuf_c_boolean has_registrationid;
uint32_t registrationid;
protobuf_c_boolean has_prekeyid;
uint32_t prekeyid;
protobuf_c_boolean has_signedprekeyid;
uint32_t signedprekeyid;
protobuf_c_boolean has_basekey;
ProtobufCBinaryData basekey;
protobuf_c_boolean has_identitykey;
ProtobufCBinaryData identitykey;
/*
* WhisperMessage
*/
protobuf_c_boolean has_message;
ProtobufCBinaryData message;
};
#define TEXTSECURE__PRE_KEY_WHISPER_MESSAGE__INIT \
{ PROTOBUF_C_MESSAGE_INIT (&textsecure__pre_key_whisper_message__descriptor) \
, 0,0, 0,0, 0,0, 0,{0,NULL}, 0,{0,NULL}, 0,{0,NULL} }
struct _Textsecure__KeyExchangeMessage
{
ProtobufCMessage base;
protobuf_c_boolean has_id;
uint32_t id;
protobuf_c_boolean has_basekey;
ProtobufCBinaryData basekey;
protobuf_c_boolean has_ratchetkey;
ProtobufCBinaryData ratchetkey;
protobuf_c_boolean has_identitykey;
ProtobufCBinaryData identitykey;
protobuf_c_boolean has_basekeysignature;
ProtobufCBinaryData basekeysignature;
};
#define TEXTSECURE__KEY_EXCHANGE_MESSAGE__INIT \
{ PROTOBUF_C_MESSAGE_INIT (&textsecure__key_exchange_message__descriptor) \
, 0,0, 0,{0,NULL}, 0,{0,NULL}, 0,{0,NULL}, 0,{0,NULL} }
struct _Textsecure__SenderKeyMessage
{
ProtobufCMessage base;
protobuf_c_boolean has_id;
uint32_t id;
protobuf_c_boolean has_iteration;
uint32_t iteration;
protobuf_c_boolean has_ciphertext;
ProtobufCBinaryData ciphertext;
};
#define TEXTSECURE__SENDER_KEY_MESSAGE__INIT \
{ PROTOBUF_C_MESSAGE_INIT (&textsecure__sender_key_message__descriptor) \
, 0,0, 0,0, 0,{0,NULL} }
struct _Textsecure__SenderKeyDistributionMessage
{
ProtobufCMessage base;
protobuf_c_boolean has_id;
uint32_t id;
protobuf_c_boolean has_iteration;
uint32_t iteration;
protobuf_c_boolean has_chainkey;
ProtobufCBinaryData chainkey;
protobuf_c_boolean has_signingkey;
ProtobufCBinaryData signingkey;
};
#define TEXTSECURE__SENDER_KEY_DISTRIBUTION_MESSAGE__INIT \
{ PROTOBUF_C_MESSAGE_INIT (&textsecure__sender_key_distribution_message__descriptor) \
, 0,0, 0,0, 0,{0,NULL}, 0,{0,NULL} }
/* Textsecure__WhisperMessage methods */
void textsecure__whisper_message__init
(Textsecure__WhisperMessage *message);
size_t textsecure__whisper_message__get_packed_size
(const Textsecure__WhisperMessage *message);
size_t textsecure__whisper_message__pack
(const Textsecure__WhisperMessage *message,
uint8_t *out);
size_t textsecure__whisper_message__pack_to_buffer
(const Textsecure__WhisperMessage *message,
ProtobufCBuffer *buffer);
Textsecure__WhisperMessage *
textsecure__whisper_message__unpack
(ProtobufCAllocator *allocator,
size_t len,
const uint8_t *data);
void textsecure__whisper_message__free_unpacked
(Textsecure__WhisperMessage *message,
ProtobufCAllocator *allocator);
/* Textsecure__PreKeyWhisperMessage methods */
void textsecure__pre_key_whisper_message__init
(Textsecure__PreKeyWhisperMessage *message);
size_t textsecure__pre_key_whisper_message__get_packed_size
(const Textsecure__PreKeyWhisperMessage *message);
size_t textsecure__pre_key_whisper_message__pack
(const Textsecure__PreKeyWhisperMessage *message,
uint8_t *out);
size_t textsecure__pre_key_whisper_message__pack_to_buffer
(const Textsecure__PreKeyWhisperMessage *message,
ProtobufCBuffer *buffer);
Textsecure__PreKeyWhisperMessage *
textsecure__pre_key_whisper_message__unpack
(ProtobufCAllocator *allocator,
size_t len,
const uint8_t *data);
void textsecure__pre_key_whisper_message__free_unpacked
(Textsecure__PreKeyWhisperMessage *message,
ProtobufCAllocator *allocator);
/* Textsecure__KeyExchangeMessage methods */
void textsecure__key_exchange_message__init
(Textsecure__KeyExchangeMessage *message);
size_t textsecure__key_exchange_message__get_packed_size
(const Textsecure__KeyExchangeMessage *message);
size_t textsecure__key_exchange_message__pack
(const Textsecure__KeyExchangeMessage *message,
uint8_t *out);
size_t textsecure__key_exchange_message__pack_to_buffer
(const Textsecure__KeyExchangeMessage *message,
ProtobufCBuffer *buffer);
Textsecure__KeyExchangeMessage *
textsecure__key_exchange_message__unpack
(ProtobufCAllocator *allocator,
size_t len,
const uint8_t *data);
void textsecure__key_exchange_message__free_unpacked
(Textsecure__KeyExchangeMessage *message,
ProtobufCAllocator *allocator);
/* Textsecure__SenderKeyMessage methods */
void textsecure__sender_key_message__init
(Textsecure__SenderKeyMessage *message);
size_t textsecure__sender_key_message__get_packed_size
(const Textsecure__SenderKeyMessage *message);
size_t textsecure__sender_key_message__pack
(const Textsecure__SenderKeyMessage *message,
uint8_t *out);
size_t textsecure__sender_key_message__pack_to_buffer
(const Textsecure__SenderKeyMessage *message,
ProtobufCBuffer *buffer);
Textsecure__SenderKeyMessage *
textsecure__sender_key_message__unpack
(ProtobufCAllocator *allocator,
size_t len,
const uint8_t *data);
void textsecure__sender_key_message__free_unpacked
(Textsecure__SenderKeyMessage *message,
ProtobufCAllocator *allocator);
/* Textsecure__SenderKeyDistributionMessage methods */
void textsecure__sender_key_distribution_message__init
(Textsecure__SenderKeyDistributionMessage *message);
size_t textsecure__sender_key_distribution_message__get_packed_size
(const Textsecure__SenderKeyDistributionMessage *message);
size_t textsecure__sender_key_distribution_message__pack
(const Textsecure__SenderKeyDistributionMessage *message,
uint8_t *out);
size_t textsecure__sender_key_distribution_message__pack_to_buffer
(const Textsecure__SenderKeyDistributionMessage *message,
ProtobufCBuffer *buffer);
Textsecure__SenderKeyDistributionMessage *
textsecure__sender_key_distribution_message__unpack
(ProtobufCAllocator *allocator,
size_t len,
const uint8_t *data);
void textsecure__sender_key_distribution_message__free_unpacked
(Textsecure__SenderKeyDistributionMessage *message,
ProtobufCAllocator *allocator);
/* --- per-message closures --- */
typedef void (*Textsecure__WhisperMessage_Closure)
(const Textsecure__WhisperMessage *message,
void *closure_data);
typedef void (*Textsecure__PreKeyWhisperMessage_Closure)
(const Textsecure__PreKeyWhisperMessage *message,
void *closure_data);
typedef void (*Textsecure__KeyExchangeMessage_Closure)
(const Textsecure__KeyExchangeMessage *message,
void *closure_data);
typedef void (*Textsecure__SenderKeyMessage_Closure)
(const Textsecure__SenderKeyMessage *message,
void *closure_data);
typedef void (*Textsecure__SenderKeyDistributionMessage_Closure)
(const Textsecure__SenderKeyDistributionMessage *message,
void *closure_data);
/* --- services --- */
/* --- descriptors --- */
extern const ProtobufCMessageDescriptor textsecure__whisper_message__descriptor;
extern const ProtobufCMessageDescriptor textsecure__pre_key_whisper_message__descriptor;
extern const ProtobufCMessageDescriptor textsecure__key_exchange_message__descriptor;
extern const ProtobufCMessageDescriptor textsecure__sender_key_message__descriptor;
extern const ProtobufCMessageDescriptor textsecure__sender_key_distribution_message__descriptor;
PROTOBUF_C__END_DECLS
#endif /* PROTOBUF_C_WhisperTextProtocol_2eproto__INCLUDED */
|