Test whether cipher is known under algorithm name name.
Declared in <openssl/evp.h>
int
EVP_CIPHER_is_a(
EVP_CIPHER const* cipher,
char const* name);
1 if name identifies cipher, or 0 otherwise.
| Name | Description |
|---|---|
| cipher | Cipher implementation to query. |
| name | Algorithm name or alias (for example "AES-128-CBC"). |