[#EVP_CIPHER_meth_get_get_asn1_params] = EVP_CIPHER_meth_get_get_asn1_params :mrdocs: Return the get_asn1_params callback previously set on a custom EVP_CIPHER method (deprecated). == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] int(* EVP_CIPHER_meth_get_get_asn1_params(xref:EVP_CIPHER-07.adoc[EVP_CIPHER] const* cipher))(xref:EVP_CIPHER_CTX.adoc[EVP_CIPHER_CTX]*, xref:ASN1_TYPE.adoc[ASN1_TYPE]*); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value Function that reads AlgorithmIdentifier parameters from an ASN1_TYPE into `EVP_CIPHER_CTX,` or NULL if unset. == Parameters [cols="1,4"] |=== | Name| Description | *cipher* | Cipher method to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#