Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

.\"	$NetBSD: hx509.3,v 1.3 2023/06/19 21:41:40 christos Exp $
.\"
.TH "hx509" 3 "Tue Nov 15 2022" "Version 7.8.0" "Heimdal x509 library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
hx509 \- hx509 library
.SH SYNOPSIS
.br
.PP
.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)"
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)"
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

.SH "Author"
.PP 
Generated automatically by Doxygen for Heimdal x509 library from the source code\&.