gnutls_rsa_params_init (3) Linux Manual Page
NAME gnutls_rsa_params_init – API function SYNOPSIS #include <gnutls/compat.h> int gnutls_rsa_params_init(gnutls_rsa_params_t * rsa_params); ARGUMENTS gnutls_rsa_params_t * rsa_params Is a structure that will hold the parameters DESCRIPTION This function will initialize the temporary RSA parameters structure. RETURNS GNUTLS_E_SUCCESS on success, or an negative error code. REPORTING BUGS Report bugs to <bugs [at] gnutls.org>. Home page: http://www.gnutls.org COPYRIGHT…
