1gnutls_x509_privkey_import_dsa_raw(3)gnutlsgnutls_x509_privkey_import_dsa_raw(3)
2
3
4

NAME

6       gnutls_x509_privkey_import_dsa_raw  -  This  function will import a raw
7       DSA key
8

SYNOPSIS

10       #include <gnutls/x509.h>
11
12       int gnutls_x509_privkey_import_dsa_raw(gnutls_x509_privkey_t key, const
13       gnutls_datum_t * p, const gnutls_datum_t * q, const gnutls_datum_t * g,
14       const gnutls_datum_t * y, const gnutls_datum_t * x);
15

ARGUMENTS

17       gnutls_x509_privkey_t key
18                   The structure to store the parsed key
19
20       const gnutls_datum_t * p
21                   holds the p
22
23       const gnutls_datum_t * q
24                   holds the q
25
26       const gnutls_datum_t * g
27                   holds the g
28
29       const gnutls_datum_t * y
30                   holds the y
31
32       const gnutls_datum_t * x
33                   holds the x
34

DESCRIPTION

36       This function will convert the given DSA raw parameters to  the  native
37       gnutls_x509_privkey_t format. The output will be stored in key.
38

REPORTING BUGS

40       Report bugs to <bug-gnutls@gnu.org>.
41
43       Copyright © 2006 Free Software Foundation.
44       Permission  is  granted  to make and distribute verbatim copies of this
45       manual provided the copyright notice and  this  permission  notice  are
46       preserved on all copies.
47

SEE ALSO

49       The  full  documentation  for gnutls is maintained as a Texinfo manual.
50       If the info and gnutls programs are properly installed  at  your  site,
51       the command
52
53              info gnutls
54
55       should give you access to the complete manual.
56
57
58
59gnutls                               1.6.3gnutls_x509_privkey_import_dsa_raw(3)
Impressum