[#EVP_ASYM_CIPHER_is_a] = EVP_ASYM_CIPHER_is_a :mrdocs: Test whether an asymmetric cipher implementation matches a name. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int EVP_ASYM_CIPHER_is_a( xref:EVP_ASYM_CIPHER.adoc[EVP_ASYM_CIPHER] const* cipher, char const* name); ---- == Return Value 1 if `cipher` is known as `name,` or 0 otherwise. == Parameters [cols="1,4"] |=== | Name| Description | *cipher* | Asymmetric cipher algorithm object to query. | *name* | Algorithm name (for example "RSA"). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#