![]() |
![]()
| ![]() |
![]()
NAMEpskc_init - API function SYNOPSIS#include <pskc.h> int pskc_init(pskc_t ** container); ARGUMENTS
DESCRIPTIONThis function initializes the PSKC container handle. The memory allocate can be released by calling pskc_done(). RETURNSOn success, PSKC_OK (zero) is returned, on memory allocation errors PSKC_MALLOC_ERROR is returned. REPORTING BUGSReport bugs to <oath-toolkit-help@nongnu.org>. libpskc home page: https://www.nongnu.org/oath-toolkit/ General help using GNU software: http://www.gnu.org/gethelp/ COPYRIGHTCopyright © 2012-2020 Simon Josefsson.
|