gnutls_x509_privkey_export_dsa_raw



gnutls_x509_privkey_export_dsa_raw

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
RETURNS
REPORTING BUGS
COPYRIGHT
SEE ALSO

NAME

gnutls_x509_privkey_export_dsa_raw − API function

SYNOPSIS

#include <gnutls/x509.h>

int gnutls_x509_privkey_export_dsa_raw(gnutls_x509_privkey_t key, gnutls_datum_t * p, gnutls_datum_t * q, gnutls_datum_t * g, gnutls_datum_t * y, gnutls_datum_t * x);

ARGUMENTS

gnutls_x509_privkey_t key

a structure that holds the DSA parameters

gnutls_datum_t * p

will hold the p

gnutls_datum_t * q

will hold the q

gnutls_datum_t * g

will hold the g

gnutls_datum_t * y

will hold the y

gnutls_datum_t * x

will hold the x

DESCRIPTION

This function will export the DSA private key’s parameters found in the given structure. The new parameters will be allocated using gnutls_malloc() and will be stored in the appropriate datum.

RETURNS

On success, GNUTLS_E_SUCCESS (0) is returned, otherwise a negative error value.

REPORTING BUGS

Report bugs to <bug-gnutls@gnu.org>. GnuTLS home page: http://www.gnu.org/software/gnutls/ General help using GNU software: http://www.gnu.org/gethelp/

COPYRIGHT

Copyright © 2008 Free Software Foundation.
Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved.

SEE ALSO

The full documentation for gnutls is maintained as a Texinfo manual. If the info and gnutls programs are properly installed at your site, the command

info gnutls

should give you access to the complete manual.



More Linux Commands

manpages/XpGetScreenOfContext.3x.html
XpGetScreenOfContext(3x) - Obtains a pointer to the screen a
XpGetScreenOfContext returns the screen that is associated with the current print context of display. This call must be made after XpSetContext to determine whi

manpages/gluBeginTrim.3gl.html
gluBeginTrim(3gl) - delimit a NURBS trimming loop definition
Use gluBeginTrim to mark the beginning of a trimming loop, and gluEndTrim to mark the end of a trimming loop. A trimming loop is a set of oriented curve segment

manpages/logsave.8.html
logsave(8) - save the output of a command in a logfile......
The logsave program will execute cmd_prog with the specified argument(s), and save a copy of its output to logfile. If the containing directory for logfile does

manpages/boolfnames.3ncurses.html
numcodes(3ncurses) - curses terminfo global variables.......
This page summarizes variables provided by the curses librarys low-level terminfo interface. A more complete description is given in the curs_terminfo(3X) manua

manpages/operf.1.html
operf(1) Performance profiler tool for Linux (Man Page).....
Operf is the profiler tool provided with OProfile. Operf uses the Linux Performance Events Subsystem and, thus, does not require the obsolete oprofile kernel dr

manpages/is_idlok.3ncurses.html
is_idlok(3ncurses) - curses window properties (Man Page)....
This implementation provides functions which return properties set in the WINDOW structure, allowing it to be opaque if the symbol NCURSES_OPAQUE is defined: is

manpages/posix_openpt.3.html
posix_openpt(3) - open a pseudoterminal device (Man Page)...
The posix_openpt() function opens an unused pseudoterminal master device, returning a file descriptor that can be used to refer to that device. The flags argume

manpages/setttyent.3.html
setttyent(3) - get ttys file entry - Linux manual page......
setttyent.3 - These functions provide an interface to the file _PATH_TTYS (e.g., /etc/ttys). The function setttyent() opens the file or rewinds it if already op

manpages/mrtg-mibhelp.1.html
mrtg-mibhelp(1) A Table of some interesting OIDs (Man Page)
This File Contains a collection of interesting MIB Entries ... mrtg knows about their names ... depending on the ASN .1 Syntax you may have to put gauge into th

manpages/Tcl_Eval.3.html
Tcl_Eval(3) - execute Tcl scripts - Linux manual page.......
The procedures described here are invoked to execute Tcl scripts in various forms. Tcl_EvalObjEx is the core procedure and is used by many of the others. It exe

manpages/abs.3.html
abs(3) - compute the absolute value of an integer (ManPage)
The abs() function computes the absolute value of the integer argument j. The labs(), llabs() and imaxabs() functions compute the absolute value of the argument

manpages/gnutls_certificate_set_x509_key.3.html
gnutls_certificate_set_x509_key(3) - API function (ManPage)
gnutls_certificate_set_x509_key.3 - This function sets a certificate/private key pair in the gnutls_certificate_credentials_t structure. This function may be ca





We can't live, work or learn in freedom unless the software we use is free.