gnutls_cipher_decrypt (3) Linux Manual Page
NAME gnutls_cipher_decrypt – API function SYNOPSIS #include <gnutls/crypto.h> int gnutls_cipher_decrypt(gnutls_cipher_hd_t handle, void * ciphertext, size_t ciphertextlen); ARGUMENTS gnutls_cipher_hd_t handle is a gnutls_cipher_hd_t structure. void * ciphertext the data to encrypt size_t ciphertextlen The length of data to encrypt DESCRIPTION This function will decrypt the given data using the algorithm specified by the context. Note that…
