![]() |
![]()
| ![]() |
![]()
NAMEgnutls_pubkey_import_dh_raw - API function SYNOPSIS#include <gnutls/abstract.h> int gnutls_pubkey_import_dh_raw(gnutls_pubkey_t key, const gnutls_dh_params_t params, const gnutls_datum_t * y); ARGUMENTS
DESCRIPTIONThis function will convert the given Diffie-Hellman 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. SINCE3.8.2 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
|