Return the primary algorithm name of an asymmetric cipher.
Declared in <openssl/evp.h>
char const*
EVP_ASYM_CIPHER_get0_name(EVP_ASYM_CIPHER const* cipher);
Internal name string (do not free), or NULL if unset.
| Name | Description |
|---|---|
| cipher | Asymmetric cipher algorithm to query. |