]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - crypto/heimdal/doc/doxyout/hx509/man/man3/hx509.3
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / crypto / heimdal / doc / doxyout / hx509 / man / man3 / hx509.3
1 .TH "hx509 library" 3 "11 Jan 2012" "Version 1.5.2" "Heimdalx509library" \" -*- nroff -*-
2 .ad l
3 .nh
4 .SH NAME
5 hx509 library \- 
6 .SS "Functions"
7
8 .in +1c
9 .ti -1c
10 .RI "int \fBhx509_context_init\fP (hx509_context *context)"
11 .br
12 .ti -1c
13 .RI "void \fBhx509_context_free\fP (hx509_context *context)"
14 .br
15 .in -1c
16 .SH "Detailed Description"
17 .PP 
18
19 .SH "Function Documentation"
20 .PP 
21 .SS "void hx509_context_free (hx509_context * context)"
22 .PP
23 Free the context allocated by \fBhx509_context_init()\fP.
24 .PP
25 \fBParameters:\fP
26 .RS 4
27 \fIcontext\fP context to be freed. 
28 .RE
29 .PP
30
31 .SS "int hx509_context_init (hx509_context * context)"
32 .PP
33 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.
34 .PP
35 \fBParameters:\fP
36 .RS 4
37 \fIcontext\fP Returns a pointer to new hx509 context.
38 .RE
39 .PP
40 \fBReturns:\fP
41 .RS 4
42 Returns an hx509 error code. 
43 .RE
44 .PP
45