1pskc_init(3) libpskc pskc_init(3)
2
3
4
6 pskc_init - API function
7
9 #include <pskc.h>
10
11 int pskc_init(pskc_t ** container);
12
14 pskc_t ** container
15 pointer to a pskc_t handle to initialize.
16
18 This function initializes the PSKC container handle. The memory allo‐
19 cate can be released by calling pskc_done().
20
22 On success, PSKC_OK (zero) is returned, on memory allocation errors
23 PSKC_MALLOC_ERROR is returned.
24
26 Report bugs to <oath-toolkit-help@nongnu.org>. libpskc home page:
27 https://www.nongnu.org/oath-toolkit/ General help using GNU software:
28 http://www.gnu.org/gethelp/
29
31 Copyright © 2012-2020 Simon Josefsson.
32 Copying and distribution of this file, with or without modification,
33 are permitted in any medium without royalty provided the copyright no‐
34 tice and this notice are preserved.
35
36
37
38libpskc 2.6.7 pskc_init(3)