Perform a fast/lightweight validation of domain parameters on a key context.
Declared in <openssl/evp.h>
<openssl/evp.h>
int EVP_PKEY_param_check_quick(EVP_PKEY_CTX* ctx);
1 if parameters pass the quick check, 0 if invalid, or a negative value on error.