Return the get_asn1_params callback previously set on a custom EVP_CIPHER method (deprecated).
Declared in <openssl/evp.h>
[[deprecated]]
int(*
EVP_CIPHER_meth_get_get_asn1_params(EVP_CIPHER const* cipher))(EVP_CIPHER_CTX*, ASN1_TYPE*);
Deprecated. Use of this entity is allowed but discouraged.
Function that reads AlgorithmIdentifier parameters from an ASN1_TYPE into EVP_CIPHER_CTX, or NULL if unset.
| Name | Description |
|---|---|
| cipher | Cipher method to query. |