Return the init callback previously set on a custom EVP_CIPHER method (deprecated).
Declared in <openssl/evp.h>
[[deprecated]]
int(*
EVP_CIPHER_meth_get_init(EVP_CIPHER const* cipher))(EVP_CIPHER_CTX*, unsigned char const*, unsigned char const*, int);
Deprecated. Use of this entity is allowed but discouraged.
Pointer to the init function, or NULL if unset.
| Name | Description |
|---|---|
| cipher | Cipher method to query. |