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
|
/* This is a generated file */
#ifndef __der_private_h__
#define __der_private_h__
#include <stdarg.h>
int
_asn1_copy (
const struct asn1_template */*t*/,
const void */*from*/,
void */*to*/);
int
_asn1_copy_top (
const struct asn1_template */*t*/,
const void */*from*/,
void */*to*/);
int
_asn1_decode (
const struct asn1_template */*t*/,
unsigned /*flags*/,
const unsigned char */*p*/,
size_t /*len*/,
void */*data*/,
size_t */*size*/);
int
_asn1_decode_top (
const struct asn1_template */*t*/,
unsigned /*flags*/,
const unsigned char */*p*/,
size_t /*len*/,
void */*data*/,
size_t */*size*/);
int
_asn1_encode (
const struct asn1_template */*t*/,
unsigned char */*p*/,
size_t /*len*/,
const void */*data*/,
size_t */*size*/);
void
_asn1_free (
const struct asn1_template */*t*/,
void */*data*/);
size_t
_asn1_length (
const struct asn1_template */*t*/,
const void */*data*/);
struct tm *
_der_gmtime (
time_t /*t*/,
struct tm */*tm*/);
int
_heim_der_set_sort (
const void */*a1*/,
const void */*a2*/);
int
_heim_fix_dce (
size_t /*reallen*/,
size_t */*len*/);
size_t
_heim_len_int (int /*val*/);
size_t
_heim_len_unsigned (unsigned /*val*/);
int
_heim_time2generalizedtime (
time_t /*t*/,
heim_octet_string */*s*/,
int /*gtimep*/);
#endif /* __der_private_h__ */
|