[#EVP_PKEY_param_check_quick] = EVP_PKEY_param_check_quick :mrdocs: Perform a fast/lightweight validation of domain parameters on a key context. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int EVP_PKEY_param_check_quick(xref:EVP_PKEY_CTX.adoc[EVP_PKEY_CTX]* ctx); ---- == Return Value 1 if parameters pass the quick check, 0 if invalid, or a negative value on error. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | Context holding parameters (or a key that embeds them). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#