source: heimdal/trunk/lib/asn1/der-private.h@ 3

Last change on this file since 3 was 1, checked in by Paul Smedley, 10 years ago

Initial commit of Heimdal 1.5.3

File size: 1.3 KB
Line 
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_copy (
9 const struct asn1_template */*t*/,
10 const void */*from*/,
11 void */*to*/);
12
13int
14_asn1_copy_top (
15 const struct asn1_template */*t*/,
16 const void */*from*/,
17 void */*to*/);
18
19int
20_asn1_decode (
21 const struct asn1_template */*t*/,
22 unsigned /*flags*/,
23 const unsigned char */*p*/,
24 size_t /*len*/,
25 void */*data*/,
26 size_t */*size*/);
27
28int
29_asn1_decode_top (
30 const struct asn1_template */*t*/,
31 unsigned /*flags*/,
32 const unsigned char */*p*/,
33 size_t /*len*/,
34 void */*data*/,
35 size_t */*size*/);
36
37int
38_asn1_encode (
39 const struct asn1_template */*t*/,
40 unsigned char */*p*/,
41 size_t /*len*/,
42 const void */*data*/,
43 size_t */*size*/);
44
45void
46_asn1_free (
47 const struct asn1_template */*t*/,
48 void */*data*/);
49
50size_t
51_asn1_length (
52 const struct asn1_template */*t*/,
53 const void */*data*/);
54
55struct tm *
56_der_gmtime (
57 time_t /*t*/,
58 struct tm */*tm*/);
59
60int
61_heim_der_set_sort (
62 const void */*a1*/,
63 const void */*a2*/);
64
65int
66_heim_fix_dce (
67 size_t /*reallen*/,
68 size_t */*len*/);
69
70size_t
71_heim_len_int (int /*val*/);
72
73size_t
74_heim_len_unsigned (unsigned /*val*/);
75
76int
77_heim_time2generalizedtime (
78 time_t /*t*/,
79 heim_octet_string */*s*/,
80 int /*gtimep*/);
81
82#endif /* __der_private_h__ */
Note: See TracBrowser for help on using the repository browser.