summaryrefslogtreecommitdiffstats
path: root/doc/doxyout/hx509/man/man3/hx509.3
blob: 9c0666d184393bffd57fc710f4c51ee5ff3f21a4 (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
.TH "hx509 library" 3 "30 Sep 2011" "Version 1.5.1" "Heimdalx509library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
hx509 library \- 
.SS "Functions"

.in +1c
.ti -1c
.RI "int \fBhx509_context_init\fP (hx509_context *context)"
.br
.ti -1c
.RI "void \fBhx509_context_free\fP (hx509_context *context)"
.br
.in -1c
.SH "Detailed Description"
.PP 

.SH "Function Documentation"
.PP 
.SS "void hx509_context_free (hx509_context * context)"
.PP
Free the context allocated by \fBhx509_context_init()\fP.
.PP
\fBParameters:\fP
.RS 4
\fIcontext\fP context to be freed. 
.RE
.PP

.SS "int hx509_context_init (hx509_context * context)"
.PP
Creates a hx509 context that most functions in the library uses. The context is only allowed to be used by one thread at each moment. Free the context with \fBhx509_context_free()\fP.
.PP
\fBParameters:\fP
.RS 4
\fIcontext\fP Returns a pointer to new hx509 context.
.RE
.PP
\fBReturns:\fP
.RS 4
Returns an hx509 error code. 
.RE
.PP

OpenPOWER on IntegriCloud