Test whether an asymmetric cipher implementation matches a name.
Declared in <openssl/evp.h>
int
EVP_ASYM_CIPHER_is_a(
EVP_ASYM_CIPHER const* cipher,
char const* name);
1 if cipher is known as name, or 0 otherwise.
| Name | Description |
|---|---|
| cipher | Asymmetric cipher algorithm object to query. |
| name | Algorithm name (for example "RSA"). |