1/* This is a generated file */
2#ifndef __der_private_h__
3#define __der_private_h__
4
5#include <stdarg.h>
6
7int
8_asn1_bmember_isset_bit (
9	const void */*data*/,
10	unsigned int /*bit*/,
11	size_t /*size*/);
12
13void
14_asn1_bmember_put_bit (
15	unsigned char */*p*/,
16	const void */*data*/,
17	unsigned int /*bit*/,
18	size_t /*size*/,
19	unsigned int */*bitset*/);
20
21int
22_asn1_copy (
23	const struct asn1_template */*t*/,
24	const void */*from*/,
25	void */*to*/);
26
27int
28_asn1_copy_top (
29	const struct asn1_template */*t*/,
30	const void */*from*/,
31	void */*to*/);
32
33void
34_asn1_capture_data(const char *type, const unsigned char *p, size_t len);
35
36void
37_asn1_free_top(const struct asn1_template *t,
38	       void *data);
39
40int
41_asn1_decode (
42	const struct asn1_template */*t*/,
43	unsigned /*flags*/,
44	const unsigned char */*p*/,
45	size_t /*len*/,
46	void */*data*/,
47	size_t */*size*/);
48
49int
50_asn1_decode_top (
51	const struct asn1_template */*t*/,
52	unsigned /*flags*/,
53	const unsigned char */*p*/,
54	size_t /*len*/,
55	void */*data*/,
56	size_t */*size*/);
57
58int
59_asn1_encode (
60	const struct asn1_template */*t*/,
61	unsigned char */*p*/,
62	size_t /*len*/,
63	const void */*data*/,
64	size_t */*size*/);
65
66int
67_asn1_encode_fuzzer (
68	const struct asn1_template */*t*/,
69	unsigned char */*p*/,
70	size_t /*len*/,
71	const void */*data*/,
72	size_t */*size*/);
73
74void
75_asn1_free (
76	const struct asn1_template */*t*/,
77	void */*data*/);
78
79size_t
80_asn1_length (
81	const struct asn1_template */*t*/,
82	const void */*data*/);
83
84size_t
85_asn1_length_fuzzer (
86	const struct asn1_template */*t*/,
87	const void */*data*/);
88
89size_t
90_asn1_sizeofType (const struct asn1_template */*t*/);
91
92time_t
93_der_timegm (struct tm */*tm*/);
94
95int
96_heim_der_set_sort (
97	const void */*a1*/,
98	const void */*a2*/);
99
100int
101_heim_fix_dce (
102	size_t /*reallen*/,
103	size_t */*len*/);
104
105size_t
106_heim_len_int (int /*val*/);
107
108size_t
109_heim_len_unsigned (unsigned /*val*/);
110
111int
112_heim_time2generalizedtime (
113	time_t /*t*/,
114	heim_octet_string */*s*/,
115	int /*gtimep*/);
116
117#endif /* __der_private_h__ */
118