Tizen 2.0 Release
[external/libgnutls26.git] / doc / manpages / gnutls_x509_privkey_import_dsa_raw.3
1 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
2 .TH "gnutls_x509_privkey_import_dsa_raw" 3 "2.12.6.1" "gnutls" "gnutls"
3 .SH NAME
4 gnutls_x509_privkey_import_dsa_raw \- API function
5 .SH SYNOPSIS
6 .B #include <gnutls/x509.h>
7 .sp
8 .BI "int gnutls_x509_privkey_import_dsa_raw(gnutls_x509_privkey_t " key ", const gnutls_datum_t * " p ", const gnutls_datum_t * " q ", const gnutls_datum_t * " g ", const gnutls_datum_t * " y ", const gnutls_datum_t * " x ");"
9 .SH ARGUMENTS
10 .IP "gnutls_x509_privkey_t key" 12
11 The structure to store the parsed key
12 .IP "const gnutls_datum_t * p" 12
13 holds the p
14 .IP "const gnutls_datum_t * q" 12
15 holds the q
16 .IP "const gnutls_datum_t * g" 12
17 holds the g
18 .IP "const gnutls_datum_t * y" 12
19 holds the y
20 .IP "const gnutls_datum_t * x" 12
21 holds the x
22 .SH "DESCRIPTION"
23 This function will convert the given DSA raw parameters to the
24 native \fBgnutls_x509_privkey_t\fP format.  The output will be stored
25 in \fIkey\fP.
26 .SH "RETURNS"
27 On success, \fBGNUTLS_E_SUCCESS\fP is returned, otherwise a
28 negative error value.
29 .SH "REPORTING BUGS"
30 Report bugs to <bug-gnutls@gnu.org>.
31 GnuTLS home page: http://www.gnu.org/software/gnutls/
32 General help using GNU software: http://www.gnu.org/gethelp/
33 .SH COPYRIGHT
34 Copyright \(co 2008 Free Software Foundation.
35 .br
36 Copying and distribution of this file, with or without modification,
37 are permitted in any medium without royalty provided the copyright
38 notice and this notice are preserved.
39 .SH "SEE ALSO"
40 The full documentation for
41 .B gnutls
42 is maintained as a Texinfo manual.  If the
43 .B info
44 and
45 .B gnutls
46 programs are properly installed at your site, the command
47 .IP
48 .B info gnutls
49 .PP
50 should give you access to the complete manual.