summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/asn1/der-protos.h
blob: 7bfe02ebb44987ec7ec2f14ef92007e9d24da78d (plain)
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
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
/* This is a generated file */
#ifndef __der_protos_h__
#define __der_protos_h__

#include <stdarg.h>

#ifdef __cplusplus
extern "C" {
#endif

int
copy_heim_any (
	const heim_any */*from*/,
	heim_any */*to*/);

int
copy_heim_any_set (
	const heim_any_set */*from*/,
	heim_any_set */*to*/);

int
decode_heim_any (
	const unsigned char */*p*/,
	size_t /*len*/,
	heim_any */*data*/,
	size_t */*size*/);

int
decode_heim_any_set (
	const unsigned char */*p*/,
	size_t /*len*/,
	heim_any_set */*data*/,
	size_t */*size*/);

int
der_copy_bit_string (
	const heim_bit_string */*from*/,
	heim_bit_string */*to*/);

int
der_copy_bmp_string (
	const heim_bmp_string */*from*/,
	heim_bmp_string */*to*/);

int
der_copy_general_string (
	const heim_general_string */*from*/,
	heim_general_string */*to*/);

int
der_copy_heim_integer (
	const heim_integer */*from*/,
	heim_integer */*to*/);

int
der_copy_ia5_string (
	const heim_printable_string */*from*/,
	heim_printable_string */*to*/);

int
der_copy_octet_string (
	const heim_octet_string */*from*/,
	heim_octet_string */*to*/);

int
der_copy_oid (
	const heim_oid */*from*/,
	heim_oid */*to*/);

int
der_copy_printable_string (
	const heim_printable_string */*from*/,
	heim_printable_string */*to*/);

int
der_copy_universal_string (
	const heim_universal_string */*from*/,
	heim_universal_string */*to*/);

int
der_copy_utf8string (
	const heim_utf8_string */*from*/,
	heim_utf8_string */*to*/);

int
der_copy_visible_string (
	const heim_visible_string */*from*/,
	heim_visible_string */*to*/);

void
der_free_bit_string (heim_bit_string */*k*/);

void
der_free_bmp_string (heim_bmp_string */*k*/);

void
der_free_general_string (heim_general_string */*str*/);

void
der_free_heim_integer (heim_integer */*k*/);

void
der_free_ia5_string (heim_ia5_string */*str*/);

void
der_free_octet_string (heim_octet_string */*k*/);

void
der_free_oid (heim_oid */*k*/);

void
der_free_printable_string (heim_printable_string */*str*/);

void
der_free_universal_string (heim_universal_string */*k*/);

void
der_free_utf8string (heim_utf8_string */*str*/);

void
der_free_visible_string (heim_visible_string */*str*/);

int
der_get_bit_string (
	const unsigned char */*p*/,
	size_t /*len*/,
	heim_bit_string */*data*/,
	size_t */*size*/);

int
der_get_bmp_string (
	const unsigned char */*p*/,
	size_t /*len*/,
	heim_bmp_string */*data*/,
	size_t */*size*/);

int
der_get_boolean (
	const unsigned char */*p*/,
	size_t /*len*/,
	int */*data*/,
	size_t */*size*/);

const char *
der_get_class_name (unsigned /*num*/);

int
der_get_class_num (const char */*name*/);

int
der_get_general_string (
	const unsigned char */*p*/,
	size_t /*len*/,
	heim_general_string */*str*/,
	size_t */*size*/);

int
der_get_generalized_time (
	const unsigned char */*p*/,
	size_t /*len*/,
	time_t */*data*/,
	size_t */*size*/);

int
der_get_heim_integer (
	const unsigned char */*p*/,
	size_t /*len*/,
	heim_integer */*data*/,
	size_t */*size*/);

int
der_get_ia5_string (
	const unsigned char */*p*/,
	size_t /*len*/,
	heim_ia5_string */*str*/,
	size_t */*size*/);

int
der_get_integer (
	const unsigned char */*p*/,
	size_t /*len*/,
	int */*ret*/,
	size_t */*size*/);

int
der_get_length (
	const unsigned char */*p*/,
	size_t /*len*/,
	size_t */*val*/,
	size_t */*size*/);

int
der_get_octet_string (
	const unsigned char */*p*/,
	size_t /*len*/,
	heim_octet_string */*data*/,
	size_t */*size*/);

int
der_get_oid (
	const unsigned char */*p*/,
	size_t /*len*/,
	heim_oid */*data*/,
	size_t */*size*/);

int
der_get_printable_string (
	const unsigned char */*p*/,
	size_t /*len*/,
	heim_printable_string */*str*/,
	size_t */*size*/);

int
der_get_tag (
	const unsigned char */*p*/,
	size_t /*len*/,
	Der_class */*class*/,
	Der_type */*type*/,
	unsigned int */*tag*/,
	size_t */*size*/);

const char *
der_get_tag_name (unsigned /*num*/);

int
der_get_tag_num (const char */*name*/);

const char *
der_get_type_name (unsigned /*num*/);

int
der_get_type_num (const char */*name*/);

int
der_get_universal_string (
	const unsigned char */*p*/,
	size_t /*len*/,
	heim_universal_string */*data*/,
	size_t */*size*/);

int
der_get_unsigned (
	const unsigned char */*p*/,
	size_t /*len*/,
	unsigned */*ret*/,
	size_t */*size*/);

int
der_get_utctime (
	const unsigned char */*p*/,
	size_t /*len*/,
	time_t */*data*/,
	size_t */*size*/);

int
der_get_utf8string (
	const unsigned char */*p*/,
	size_t /*len*/,
	heim_utf8_string */*str*/,
	size_t */*size*/);

int
der_get_visible_string (
	const unsigned char */*p*/,
	size_t /*len*/,
	heim_visible_string */*str*/,
	size_t */*size*/);

int
der_heim_bit_string_cmp (
	const heim_bit_string */*p*/,
	const heim_bit_string */*q*/);

int
der_heim_bmp_string_cmp (
	const heim_bmp_string */*p*/,
	const heim_bmp_string */*q*/);

int
der_heim_integer_cmp (
	const heim_integer */*p*/,
	const heim_integer */*q*/);

int
der_heim_octet_string_cmp (
	const heim_octet_string */*p*/,
	const heim_octet_string */*q*/);

int
der_heim_oid_cmp (
	const heim_oid */*p*/,
	const heim_oid */*q*/);

int
der_heim_universal_string_cmp (
	const heim_universal_string */*p*/,
	const heim_universal_string */*q*/);

size_t
der_length_bit_string (const heim_bit_string */*k*/);

size_t
der_length_bmp_string (const heim_bmp_string */*data*/);

size_t
der_length_boolean (const int */*k*/);

size_t
der_length_enumerated (const unsigned */*data*/);

size_t
der_length_general_string (const heim_general_string */*data*/);

size_t
der_length_generalized_time (const time_t */*t*/);

size_t
der_length_heim_integer (const heim_integer */*k*/);

size_t
der_length_ia5_string (const heim_ia5_string */*data*/);

size_t
der_length_integer (const int */*data*/);

size_t
der_length_len (size_t /*len*/);

size_t
der_length_octet_string (const heim_octet_string */*k*/);

size_t
der_length_oid (const heim_oid */*k*/);

size_t
der_length_printable_string (const heim_printable_string */*data*/);

size_t
der_length_universal_string (const heim_universal_string */*data*/);

size_t
der_length_unsigned (const unsigned */*data*/);

size_t
der_length_utctime (const time_t */*t*/);

size_t
der_length_utf8string (const heim_utf8_string */*data*/);

size_t
der_length_visible_string (const heim_visible_string */*data*/);

int
der_match_tag (
	const unsigned char */*p*/,
	size_t /*len*/,
	Der_class /*class*/,
	Der_type /*type*/,
	unsigned int /*tag*/,
	size_t */*size*/);

int
der_match_tag_and_length (
	const unsigned char */*p*/,
	size_t /*len*/,
	Der_class /*class*/,
	Der_type /*type*/,
	unsigned int /*tag*/,
	size_t */*length_ret*/,
	size_t */*size*/);

int
der_parse_heim_oid (
	const char */*str*/,
	const char */*sep*/,
	heim_oid */*data*/);

int
der_parse_hex_heim_integer (
	const char */*p*/,
	heim_integer */*data*/);

int
der_print_heim_oid (
	const heim_oid */*oid*/,
	char /*delim*/,
	char **/*str*/);

int
der_print_hex_heim_integer (
	const heim_integer */*data*/,
	char **/*p*/);

int
der_put_bit_string (
	unsigned char */*p*/,
	size_t /*len*/,
	const heim_bit_string */*data*/,
	size_t */*size*/);

int
der_put_bmp_string (
	unsigned char */*p*/,
	size_t /*len*/,
	const heim_bmp_string */*data*/,
	size_t */*size*/);

int
der_put_boolean (
	unsigned char */*p*/,
	size_t /*len*/,
	const int */*data*/,
	size_t */*size*/);

int
der_put_general_string (
	unsigned char */*p*/,
	size_t /*len*/,
	const heim_general_string */*str*/,
	size_t */*size*/);

int
der_put_generalized_time (
	unsigned char */*p*/,
	size_t /*len*/,
	const time_t */*data*/,
	size_t */*size*/);

int
der_put_heim_integer (
	unsigned char */*p*/,
	size_t /*len*/,
	const heim_integer */*data*/,
	size_t */*size*/);

int
der_put_ia5_string (
	unsigned char */*p*/,
	size_t /*len*/,
	const heim_ia5_string */*str*/,
	size_t */*size*/);

int
der_put_integer (
	unsigned char */*p*/,
	size_t /*len*/,
	const int */*v*/,
	size_t */*size*/);

int
der_put_length (
	unsigned char */*p*/,
	size_t /*len*/,
	size_t /*val*/,
	size_t */*size*/);

int
der_put_length_and_tag (
	unsigned char */*p*/,
	size_t /*len*/,
	size_t /*len_val*/,
	Der_class /*class*/,
	Der_type /*type*/,
	unsigned int /*tag*/,
	size_t */*size*/);

int
der_put_octet_string (
	unsigned char */*p*/,
	size_t /*len*/,
	const heim_octet_string */*data*/,
	size_t */*size*/);

int
der_put_oid (
	unsigned char */*p*/,
	size_t /*len*/,
	const heim_oid */*data*/,
	size_t */*size*/);

int
der_put_printable_string (
	unsigned char */*p*/,
	size_t /*len*/,
	const heim_printable_string */*str*/,
	size_t */*size*/);

int
der_put_tag (
	unsigned char */*p*/,
	size_t /*len*/,
	Der_class /*class*/,
	Der_type /*type*/,
	unsigned int /*tag*/,
	size_t */*size*/);

int
der_put_universal_string (
	unsigned char */*p*/,
	size_t /*len*/,
	const heim_universal_string */*data*/,
	size_t */*size*/);

int
der_put_unsigned (
	unsigned char */*p*/,
	size_t /*len*/,
	const unsigned */*v*/,
	size_t */*size*/);

int
der_put_utctime (
	unsigned char */*p*/,
	size_t /*len*/,
	const time_t */*data*/,
	size_t */*size*/);

int
der_put_utf8string (
	unsigned char */*p*/,
	size_t /*len*/,
	const heim_utf8_string */*str*/,
	size_t */*size*/);

int
der_put_visible_string (
	unsigned char */*p*/,
	size_t /*len*/,
	const heim_visible_string */*str*/,
	size_t */*size*/);

int
encode_heim_any (
	unsigned char */*p*/,
	size_t /*len*/,
	const heim_any */*data*/,
	size_t */*size*/);

int
encode_heim_any_set (
	unsigned char */*p*/,
	size_t /*len*/,
	const heim_any_set */*data*/,
	size_t */*size*/);

void
free_heim_any (heim_any */*data*/);

void
free_heim_any_set (heim_any_set */*data*/);

int
heim_any_cmp (
	const heim_any_set */*p*/,
	const heim_any_set */*q*/);

size_t
length_heim_any (const heim_any */*data*/);

size_t
length_heim_any_set (const heim_any */*data*/);

#ifdef __cplusplus
}
#endif

#endif /* __der_protos_h__ */
OpenPOWER on IntegriCloud