gnutls_crypto_single_cipher_register2 (3) Linux Manual Page
NAME gnutls_crypto_single_cipher_register2 – register a cipher algorithm SYNOPSIS #include <gnutls/gnutls.h> int gnutls_crypto_single_cipher_register2(gnutls_cipher_algorithm_t algorithm, int priority, int version, gnutls_crypto_single_cipher_st * s); ARGUMENTS gnutls_cipher_algorithm_t algorithm is the gnutls algorithm identifier int priority is the priority of the algorithm int version should be set to GNUTLS_CRYPTO_API_VERSION gnutls_crypto_single_cipher_st * s is a structure holding new cipher’s data DESCRIPTION This…
