Imported Upstream version 3.4.11
[platform/upstream/gnutls.git] / doc / manpages / gnutls_pubkey_import_ecc_raw.3
1 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
2 .TH "gnutls_pubkey_import_ecc_raw" 3 "3.4.11" "gnutls" "gnutls"
3 .SH NAME
4 gnutls_pubkey_import_ecc_raw \- API function
5 .SH SYNOPSIS
6 .B #include <gnutls/abstract.h>
7 .sp
8 .BI "int gnutls_pubkey_import_ecc_raw(gnutls_pubkey_t " key ", gnutls_ecc_curve_t " curve ", const gnutls_datum_t * " x ", const gnutls_datum_t * " y ");"
9 .SH ARGUMENTS
10 .IP "gnutls_pubkey_t key" 12
11 The structure to store the parsed key
12 .IP "gnutls_ecc_curve_t curve" 12
13 holds the curve
14 .IP "const gnutls_datum_t * x" 12
15 holds the x
16 .IP "const gnutls_datum_t * y" 12
17 holds the y
18 .SH "DESCRIPTION"
19 This function will convert the given elliptic curve parameters to a
20 \fBgnutls_pubkey_t\fP.  The output will be stored in  \fIkey\fP .
21 .SH "RETURNS"
22 On success, \fBGNUTLS_E_SUCCESS\fP (0) is returned, otherwise a
23 negative error value.
24 .SH "SINCE"
25 3.0
26 .SH "REPORTING BUGS"
27 Report bugs to <bugs@gnutls.org>.
28 .br
29 Home page: http://www.gnutls.org
30
31 .SH COPYRIGHT
32 Copyright \(co 2001-2016 Free Software Foundation, Inc., and others.
33 .br
34 Copying and distribution of this file, with or without modification,
35 are permitted in any medium without royalty provided the copyright
36 notice and this notice are preserved.
37 .SH "SEE ALSO"
38 The full documentation for
39 .B gnutls
40 is maintained as a Texinfo manual.
41 If the /usr/share/doc/gnutls/
42 directory does not contain the HTML form visit
43 .B
44 .IP http://www.gnutls.org/manual/
45 .PP