Perform a fast (non-exhaustive) public-key validity check.
Skips expensive checks that EVP_PKEY_public_check() may perform for some algorithms.
1 if the key appears valid, 0 if invalid, or a negative value on error.
| Name | Description |
|---|---|
| ctx | Context whose key is checked (from EVP_PKEY_CTX_new or similar). |