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

Name

Description

cipher

Cipher method to query.

Created with MrDocs