Validate that the public and private components of a key form a consistent pair.
1 if the key pair is consistent, 0 if not, or a negative value on error.
| Name | Description |
|---|---|
| ctx | Context holding the key to check (typically created with EVP_PKEY_CTX_new). |