gnutls_rsa_params_import_raw



gnutls_rsa_params_import_raw

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
RETURNS
REPORTING BUGS
COPYRIGHT
SEE ALSO

NAME

gnutls_rsa_params_import_raw − API function

SYNOPSIS

#include <gnutls/gnutls.h>

int gnutls_rsa_params_import_raw(gnutls_rsa_params_t rsa_params, const gnutls_datum_t * m, const gnutls_datum_t * e, const gnutls_datum_t * d, const gnutls_datum_t * p, const gnutls_datum_t * q, const gnutls_datum_t * u);

ARGUMENTS

gnutls_rsa_params_t rsa_params

Is a structure will hold the parameters

const gnutls_datum_t * m

holds the modulus

const gnutls_datum_t * e

holds the public exponent

const gnutls_datum_t * d

holds the private exponent

const gnutls_datum_t * p

holds the first prime (p)

const gnutls_datum_t * q

holds the second prime (q)

const gnutls_datum_t * u

holds the coefficient

DESCRIPTION

This function will replace the parameters in the given structure. The new parameters should be stored in the appropriate gnutls_datum.

RETURNS

GNUTLS_E_SUCCESS on success, or an negative error code.

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/fexecve.3.html
fexecve(3) - execute program specified via file descriptor
fexecve() performs the same task as execve(2), with the difference that the file to be executed is specified via a file descriptor, fd, rather than via a pathna

manpages/error.3.html
error(3) - glibc error reporting functions - Linux man page
error() is a general error-reporting function. It flushes stdout, and then outputs to stderr the program name, a colon and a space, the message specified by the

manpages/MagickWand-config.1.html
MagickWand-config(1) - get information about the installed v
MagickWand-config prints the compiler and linker flags required to compile and link programs that use the Wand Application Programmer Interface. EXAMPLES To pri

manpages/glMultiTexCoord3sARB.3gl.html
glMultiTexCoord3sARB(3gl) - set the current texture coordina
glMultiTexCoordARB specifies texture coordinates in one, two, three, or four dimensions. glMultiTexCoord1ARB sets the current texture coordinates to (s, 0, 0, 1

manpages/gml2gv.1.html
gml2gv(1) - GML-DOT converter (Commands - Linux man page)...
gml2gv converts a graph specified in the GML format to a graph in the GV (formerly DOT) format. gv2gml converts a graph specified in the GV format to a graph in

manpages/systemd-tty-ask-password-agent.1.html
systemd-tty-ask-password-agent(1) List or process pending sy
systemd-tty-ask-password-agent is a password agent that handles password requests of the system, for example for hard disk encryption passwords or SSL certifica

manpages/callgrind_annotate.1.html
callgrind_annotate(1) - post-processing tool for the Callgri
callgrind_annotate takes an output file produced by the Valgrind tool Callgrind and prints the information in an easy-to-read form. OPTIONS -h --help Show summa

manpages/XtAppWarningMsg.3.html
XtAppWarningMsg(3) - high-level error handlers (Man Page)...
The XtAppErrorMsg function calls the high-level error handler and passes the specified information. The XtAppSetErrorMsgHandler function registers the specified

manpages/SDL_KillThread.3.html
SDL_KillThread(3) - Gracelessly terminates the thread.......
SDL_KillThread gracelessly terminates the thread associated with thread. If possible, you should use some other form of IPC to signal the thread to quit. SEE AL

manpages/Tcl_EvalEx.3.html
Tcl_EvalEx(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/gnutls_openpgp_crt_get_revoked_status.3.html
gnutls_openpgp_crt_get_revoked_status(3) - API function.....
Get revocation status of key. RETURNS true (1) if the key has been revoked, or false (0) if it has not. SINCE 2.4.0 REPORTING BUGS Report bugs to &lt;bug-gnutls@gn

manpages/gethostbyaddr_r.3.html
gethostbyaddr_r(3) - get network host entry - Linux man page
The gethostbyname*(), gethostbyaddr*(), herror(), and hstrerror() functions are obsolete. Applications should use getaddrinfo(3), getnameinfo(3), and gai_strerr





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