Return the cleanup callback previously set on a custom EVP_CIPHER method.
Synopsis
Declared in <openssl/evp.h>
[[deprecated]]
int(*
EVP_CIPHER_meth_get_cleanup(EVP_CIPHER const* cipher))(EVP_CIPHER_CTX*);
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Return Value
Pointer to the cleanup function, or NULL if unset.
Parameters
Name |
Description |
cipher |
Cipher method to query. |
Created with MrDocs