Blame doc/functions/gnutls_privkey_import_dsa_raw

Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
@deftypefun {int} {gnutls_privkey_import_dsa_raw} (gnutls_privkey_t @var{key}, const gnutls_datum_t * @var{p}, const gnutls_datum_t * @var{q}, const gnutls_datum_t * @var{g}, const gnutls_datum_t * @var{y}, const gnutls_datum_t * @var{x})
Packit Service 4684c1
@var{key}: The structure to store the parsed key
Packit Service 4684c1
Packit Service 4684c1
@var{p}: holds the p
Packit Service 4684c1
Packit Service 4684c1
@var{q}: holds the q
Packit Service 4684c1
Packit Service 4684c1
@var{g}: holds the g
Packit Service 4684c1
Packit Service 4684c1
@var{y}: holds the y
Packit Service 4684c1
Packit Service 4684c1
@var{x}: holds the x
Packit Service 4684c1
Packit Service 4684c1
This function will convert the given DSA raw parameters to the
Packit Service 4684c1
native @code{gnutls_privkey_t}  format.  The output will be stored
Packit Service 4684c1
in  @code{key} .
Packit Service 4684c1
Packit Service 4684c1
@strong{Returns:} On success, @code{GNUTLS_E_SUCCESS}  (0) is returned, otherwise a
Packit Service 4684c1
negative error value.
Packit Service 4684c1
@end deftypefun