[#EVP_PKEY_asn1_set_param_check] = EVP_PKEY_asn1_set_param_check :mrdocs: Install a callback that validates algorithm parameters on an EVP_PKEY. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void EVP_PKEY_asn1_set_param_check( xref:EVP_PKEY_ASN1_METHOD.adoc[EVP_PKEY_ASN1_METHOD]* ameth, int(* pkey_param_check)(xref:EVP_PKEY.adoc[EVP_PKEY] const*)); ---- == Parameters [cols="1,4"] |=== | Name| Description | *ameth* | ASN.1 method object to update. | *pkey_param_check* | Function that returns 1 if `pk` parameters are valid. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#