EVP_CIPHER_get0_description

Return a human-readable description of a cipher algorithm.

Synopsis

Declared in <openssl/evp.h>

char const*
EVP_CIPHER_get0_description(EVP_CIPHER const* cipher);

Return Value

Description string for display, or NULL if unavailable.

Parameters

NameDescription
cipherCipher method to query.