![]() |
![]()
| ![]() |
![]()
NAMEgnutls_pubkey_import_dsa_raw - API function SYNOPSIS#include <gnutls/abstract.h> int gnutls_pubkey_import_dsa_raw(gnutls_pubkey_t key, const gnutls_datum_t * p, const gnutls_datum_t * q, const gnutls_datum_t * g, const gnutls_datum_t * y); ARGUMENTS
DESCRIPTIONThis function will convert the given DSA raw parameters to the native gnutls_pubkey_t format. The output will be stored in key . RETURNSOn success, GNUTLS_E_SUCCESS (0) is returned, otherwise a negative error value. SINCE2.12.0 REPORTING BUGSReport bugs to <bugs@gnutls.org>.
COPYRIGHTCopyright © 2001-2023 Free Software Foundation, Inc., and
others.
SEE ALSOThe full documentation for gnutls is maintained as a Texinfo manual. If the /usr/local/share/doc/gnutls/ directory does not contain the HTML form visit
|