Sha256: 772add61d7022b8db700d1d60ca5da335224a9d9784ee50f1bb4ec735032c3a1
Contents?: true
Size: 1.45 KB
Versions: 5
Compression:
Stored size: 1.45 KB
Contents
.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gnutls_psk_netconf_derive_key" 3 "2.4.2" "gnutls" "gnutls" .SH NAME gnutls_psk_netconf_derive_key \- derive PSK Netconf key from password .SH SYNOPSIS .B #include <gnutls/gnutls.h> .sp .BI "int gnutls_psk_netconf_derive_key(const char * " password ", const char * " psk_identity ", const char * " psk_identity_hint ", gnutls_datum_t * " output_key ");" .SH ARGUMENTS .IP "const char * password" 12 zero terminated string containing password. .IP "const char * psk_identity" 12 zero terminated string with PSK identity. .IP "const char * psk_identity_hint" 12 zero terminated string with PSK identity hint. .IP "gnutls_datum_t * output_key" 12 output variable, contains newly allocated *data pointer. .SH "DESCRIPTION" This function will derive a PSK key from a password, for use with the Netconf protocol. .SH "RETURNS" \fBGNUTLS_E_SUCCESS\fP on success, or an error code. .SH "SINCE" 2.4.0 .SH "REPORTING BUGS" Report bugs to <bug-gnutls@gnu.org>. .SH COPYRIGHT Copyright \(co 2008 Free Software Foundation. .br Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies. .SH "SEE ALSO" The full documentation for .B gnutls is maintained as a Texinfo manual. If the .B info and .B gnutls programs are properly installed at your site, the command .IP .B info gnutls .PP should give you access to the complete manual.
Version data entries
5 entries across 5 versions & 1 rubygems