1gnutls_psk_netconf_derive_key(3) gnutls gnutls_psk_netconf_derive_key(3)
2
3
4
6 gnutls_psk_netconf_derive_key - derive PSK Netconf key from password
7
9 #include <gnutls/gnutls.h>
10
11 int gnutls_psk_netconf_derive_key(const char * password, const char *
12 psk_identity, const char * psk_identity_hint, gnutls_datum_t * out‐
13 put_key);
14
16 const char * password
17 zero terminated string containing password.
18
19 const char * psk_identity
20 zero terminated string with PSK identity.
21
22 const char * psk_identity_hint
23 zero terminated string with PSK identity hint.
24
25 gnutls_datum_t * output_key
26 output variable, contains newly allocated *data pointer.
27
29 This function will derive a PSK key from a password, for use with the
30 Netconf protocol.
31
33 GNUTLS_E_SUCCESS on success, or an error code.
34
36 2.4.0
37
39 Report bugs to <bug-gnutls@gnu.org>. GnuTLS home page:
40 http://www.gnu.org/software/gnutls/ General help using GNU software:
41 http://www.gnu.org/gethelp/
42
44 Copyright © 2008 Free Software Foundation.
45 Copying and distribution of this file, with or without modification,
46 are permitted in any medium without royalty provided the copyright
47 notice and this notice are preserved.
48
50 The full documentation for gnutls is maintained as a Texinfo manual.
51 If the info and gnutls programs are properly installed at your site,
52 the command
53
54 info gnutls
55
56 should give you access to the complete manual.
57
58
59
60gnutls 2.8.6 gnutls_psk_netconf_derive_key(3)