*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: hx509 | Section: 3 | Source: FreeBSD | File: hx509.3.gz
hx509 library(3) Heimdalx509library hx509 library(3) NAME hx509 library - 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. Version 1.5.2 11 Jan 2012 hx509 library(3)

Navigation Options