![]() |
![]()
| ![]() |
![]()
NAMEgnutls_privkey_decrypt_data2 - API function SYNOPSIS#include <gnutls/abstract.h> int gnutls_privkey_decrypt_data2(gnutls_privkey_t key, unsigned int flags, const gnutls_datum_t * ciphertext, unsigned char * plaintext, size_t plaintext_size); ARGUMENTS
DESCRIPTIONThis function will decrypt the given data using the algorithm supported by the private key. Unlike with gnutls_privkey_decrypt_data() this function operates in constant time and constant memory access. RETURNSOn success, GNUTLS_E_SUCCESS (0) is returned, otherwise a negative error value. SINCE3.6.5 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
|