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
Name |
Description |
cipher |
Asymmetric cipher algorithm to query. |
Created with MrDocs