Return the primary name of a cipher algorithm.
Synopsis
Declared in <openssl/evp.h>
char const*
EVP_CIPHER_get0_name(EVP_CIPHER const* cipher);
Return Value
Internal name string; do not free.
Parameters
Name |
Description |
cipher |
Cipher method to query. |
Created with MrDocs