Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
hx509(3)		     Heimdal x509 library		      hx509(3)

NAME
       hx509 - hx509 library

SYNOPSIS
   Functions
       int hx509_context_init (hx509_context *context)
       void hx509_context_free (hx509_context *context)

Detailed Description
Function Documentation
   void	hx509_context_free (hx509_context * context)
       Free the	context	allocated by hx509_context_init().

       Parameters
	   context context to be freed.

   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	hx509_context_free().

       Parameters
	   context Returns a pointer to	new hx509 context.

       Returns
	   Returns an hx509 error code.

Author
       Generated automatically by Doxygen for Heimdal x509 library from	the
       source code.

Version	7.8.0			Tue Nov	15 2022			      hx509(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=hx509_context_free&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help