EVP_ASYM_CIPHER_get0_name

Return the primary algorithm name of an asymmetric cipher.

Synopsis

Declared in <openssl/evp.h>

char const*
EVP_ASYM_CIPHER_get0_name(EVP_ASYM_CIPHER const* cipher);

Return Value

Internal name string (do not free), or NULL if unset.

Parameters

NameDescription
cipherAsymmetric cipher algorithm to query.