Compare two keys for equality of type, parameters, and key material.
Declared in <openssl/evp.h>
<openssl/evp.h>
int EVP_PKEY_eq( EVP_PKEY const* a, EVP_PKEY const* b);
1 if equal, 0 if not equal, or a negative value on error.