Test whether a public-key object is known under the given algorithm name.
Declared in <openssl/evp.h>
<openssl/evp.h>
int EVP_PKEY_is_a( EVP_PKEY const* pkey, char const* name);
1 if pkey matches name, or 0 otherwise (including when pkey is NULL).
pkey
name,