-.\" $OpenBSD: EVP_CIPHER_meth_new.3,v 1.5 2023/09/10 05:22:46 jsg Exp $
+.\" $OpenBSD: EVP_CIPHER_meth_new.3,v 1.6 2024/03/04 09:49:07 tb Exp $
.\" selective merge up to: OpenSSL b0edda11 Mar 20 13:00:17 2018 +0000
.\"
.\" This file is a derived work.
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: September 10 2023 $
+.Dd $Mdocdate: March 4 2024 $
.Dt EVP_CIPHER_METH_NEW 3
.Os
.Sh NAME
of
.Dv EVP_CTRL_INIT
early during the setup.
-.It Dv EVP_CIPH_CUSTOM_KEY_LENGTH
-Instruct
-.Xr EVP_CIPHER_CTX_set_key_length 3
-to not check and set the key length itself,
-but to leave that to the implementation by instead calling its
-.Fa ctrl
-function with a command
-.Fa type
-of
-.Dv EVP_CTRL_SET_KEY_LENGTH
-and the key length in
-.Fa arg .
.It Dv EVP_CIPH_NO_PADDING
Instruct
.Xr EVP_CipherFinal_ex 3